pub fn memory_write_native_from_state<Ctx, F, const N: usize>(
state: &mut VmStateMut<'_, F, GuestMemory, Ctx>,
ptr: u32,
data: [F; N],
)where
F: PrimeField32,
Ctx: ExecutionCtxTrait,
pub fn memory_write_native_from_state<Ctx, F, const N: usize>(
state: &mut VmStateMut<'_, F, GuestMemory, Ctx>,
ptr: u32,
data: [F; N],
)where
F: PrimeField32,
Ctx: ExecutionCtxTrait,