Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

posix_madvise

Function posix_madvise 

Source
pub unsafe extern "C" fn posix_madvise(
    addr: *mut c_void,
    len: size_t,
    advice: c_int,
) -> c_int