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

msync

Function msync 

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