macro_rules! declare_plugin { ($plugin_type:ty, $create_fn:expr) => { ... }; }
Macro to create a plugin export