pub type DefaultMemoryImpl = Rc<RefCell<Vec<u8>>>;
pub struct DefaultMemoryImpl { /* private fields */ }