pub fn with_plugin_mut<T, R>(f: impl FnOnce(&mut T) -> R) -> Rwhere T: Plugin + 'static,
Provides mutable access to the registered plugin instance.
Panics if the plugin type was not registered.