Function THFloatStorage_newWithDataAndAllocator

Source
pub unsafe extern "C" fn THFloatStorage_newWithDataAndAllocator(
    data: *mut f32,
    size: isize,
    allocator: *mut THAllocator,
    allocatorContext: *mut c_void,
) -> *mut THFloatStorage