template VST3EntryPoint(alias ClientClass)
version(VST3)
nothrow @
nogc  = 
"export extern(C) void* GetPluginFactory() nothrow @nogc" ~ "{" ~ "    return cast(void*)(GetPluginFactoryInternal!" ~ ClientClass.stringof ~ ");" ~ "}";