template LV2EntryPoint(alias ClientClass)
version(LV2)
static immutable
enum lv2_ui_descriptor =
"export extern(C) const(void)* lv2ui_descriptor(uint index)nothrow @nogc" ~ "{" ~ " return lv2ui_descriptor_templated!" ~ ClientClass.stringof ~ "(index);" ~ "}\n";