pub type DynSetupApi = Arc<dyn ISetupApi + Send + Sync + 'static>;
pub struct DynSetupApi { /* private fields */ }