macro_rules! declare_plugin { ($plugin_type:ty, $constructor:path) => { ... }; }
Every native plugin crate must call this macro exactly once.
declare_plugin!(MyPlugin, MyPlugin::new);