pub type ComponentDefinitionRegistryPtr = Box<dyn ComponentDefinitionRegistry + Send + Sync>;
pub struct ComponentDefinitionRegistryPtr(/* private fields */);