pub fn read_user_mapped_bytes_pub( user_as: &AddressSpace, vaddr: u64, out: &mut [u8], ) -> Result<(), &'static str>
Reads user mapped bytes pub.