memory_write_from_state

Function memory_write_from_state 

Source
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,