Function fallocate

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