pub unsafe extern "C" fn fd_allocate(
    arg0: i32,
    arg1: i64,
    arg2: i64
) -> i32
Expand description

Force the allocation of space in a file. Note: This is similar to posix_fallocate in POSIX.