pub unsafe fn munmap(mem: *mut [u8]) -> Result<()>
Unmaps a memory mapping.
The application must ensure that the memory that is unmapped is no longer used.