pub type MemEvent<F> = MemIo<Block<F>>;
#[repr(C)]pub struct MemEvent<F> { pub inner: Block<F>, }
inner: Block<F>