pub type InstanceNodePtrList = RefCell<Vec<Rc<dyn InstanceNode>>>;
pub struct InstanceNodePtrList { /* private fields */ }