Function THLongStorage_newWithDataAndAllocator

Source
pub unsafe extern "C" fn THLongStorage_newWithDataAndAllocator(
    data: *mut c_long,
    size: isize,
    allocator: *mut THAllocator,
    allocatorContext: *mut c_void,
) -> *mut THLongStorage