pub fn create_plugin(name: &str) -> Option<Box<dyn Plugin>>
Create a plugin by name.
Some(plugin)
None