pub fn write_memory_from( ctx: impl AsContextMut<Data = StoreData>, address: Pointer<u8>, data: &[u8], ) -> Result<()>