macro_rules! nih_export_clap {
    ($plugin_ty:ty) => { ... };
}
Expand description

Export a CLAP plugin from this library using the provided plugin type.