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