pub unsafe fn munmap(addr: *mut void, length: size_t) -> Result<*mut void>
Remove a mapping previously created with mmap.
mmap