macro_rules! plugin_main {
($handler:ty) => { ... };
}Expand description
Generate the extern "C" fn plugMain(op, input, instance) entry point
macro_rules! plugin_main {
($handler:ty) => { ... };
}Generate the extern "C" fn plugMain(op, input, instance) entry point