#[unsafe(no_mangle)]pub extern "C" fn sys_munmap(ptr: *mut u8, size: usize) -> i32
mman
Unmaps memory at the specified ptr for size bytes.
ptr
size