Function posix_fadvise

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