pub unsafe fn msync( addr: *mut c_void, length: usize, flags: MsFlags, ) -> Result<(), Errno>
synchronize a mapped region
addr must meet all the requirements described in the msync(2) man page.
addr
msync(2)