pub type ExtensionSettings = Box<dyn SettingsSerializeExt + Send + Sync + 'static>;
pub struct ExtensionSettings(/* private fields */);