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