Function munmap

Source
pub unsafe fn munmap(addr: *mut void, length: size_t) -> Result<*mut void>
Expand description

Remove a mapping previously created with mmap.