pub type SharedHeap = Rc<RefCell<Heap>>;
Shared heap type for use across contexts.
pub struct SharedHeap { /* private fields */ }