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