pub unsafe fn munmap(ptr: *mut c_void, len: usize) -> Result<()>
munmap(ptr, len)
Raw pointers and lots of special semantics.