Function posix_madvise

Source
pub unsafe extern "C" fn posix_madvise(
    __addr: *mut c_void,
    __len: usize,
    __advice: i32,
) -> i32