pub type ComponentInstanceAnyPtr = ComponentInstancePtr<dyn Any + Send + Sync + 'static>;
pub struct ComponentInstanceAnyPtr { /* private fields */ }