Function munmap

Source
pub unsafe extern "C" fn munmap(ptr: *mut u8, size: usize) -> i32
Expand description

Unmaps memory at the specified ptr for size bytes.