pub const SYS_MEM_REGION_MAP: usize = 106;Expand description
Map an exported memory region into the current address space.
region_handle: capability handle fromSYS_MEM_REGION_EXPORTaddr: desired virtual address (0 = kernel chooses)len: length in bytes
Returns the mapped virtual address.