Macro plugin_main

Source
macro_rules! plugin_main {
    ($handler:ty) => { ... };
}
Expand description

Generate the extern "C" fn plugMain(op, input, instance) entry point