Function fallocate

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