macro_rules! standalone_vst {
    ($t:ty) => { ... };
    ($t:ty, $f: ty) => { ... };
}