pub unsafe extern "C" fn munmap(ptr: *mut u8, size: usize) -> i32
Unmaps memory at the specified ptr for size bytes.
ptr
size