pub unsafe extern "C" fn posix_fallocate(
    fd: i32,
    offset: i32,
    len: i32
) -> i32