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