Macro register_plugin

Source
macro_rules! register_plugin {
    ($registry:ident, $module:ident) => { ... };
}