pub fn sys_object_unmap( handle: Option<ObjID>, slot: usize, flags: UnmapFlags, ) -> Result<()>
Unmaps an object from the address space specified by handle (or the current address space if none is specified).
handle