pub unsafe fn munmap(addr: NonNull<c_void>, len: size_t) -> Result<()>
remove a mapping
addr must meet all the requirements described in the munmap(2) man page.
addr
munmap(2)