Function posix_fallocate

Source
pub unsafe extern "C" fn posix_fallocate(
    __fd: i32,
    __offset: i64,
    __len: i64,
) -> i32