Function posix_fallocate

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