Function THIntStorage_newWithDataAndAllocator

Source
pub unsafe extern "C" fn THIntStorage_newWithDataAndAllocator(
    data: *mut c_int,
    size: isize,
    allocator: *mut THAllocator,
    allocatorContext: *mut c_void,
) -> *mut THIntStorage