pub fn memory_write<const N: usize>( memory: &mut GuestMemory, address_space: u32, ptr: u32, data: [u8; N], )