pub fn mem_region_map( handle: usize, addr_hint: usize, out_addr: &mut usize, ) -> Result<usize, Error>
Map a public memory handle into the current address space.