pub fn sys_mem_region_map( handle: u64, addr_hint: u64, out_ptr: u64, ) -> Result<u64, SyscallError>
SYS_MEM_REGION_MAP (106): map an exported region into the caller.