pub fn memory_read_native<F, const N: usize>( memory: &GuestMemory, ptr: u32, ) -> [F; N]where F: PrimeField32,