pub type SafePlugin = Arc<Mutex<dyn Plugin>>;
Shorthand definition for wrapped plugin
pub struct SafePlugin { /* private fields */ }