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