pub unsafe fn read_memory<T: Copy>(address: usize) -> Result<T>
read memory at address into value
address must be valid and readable