CLAPEntryPoint.init_entry

Undocumented in source.
template CLAPEntryPoint(alias ClientClass)
version(CLAP)
nothrow @nogc
enum init_entry = `extern(C) bool clap_entry_init(const(char)* plugin_path) nothrow @nogc { return true; }`;

Meta