Function posix_fadvise

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