pub unsafe fn posix_fallocate(
    arg___fd: c_int,
    arg___offset: off_t,
    arg___len: off_t
) -> c_int