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