Function posix_fadvise

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