- clap_version
clap_version_t clap_version;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_extension
const(void)* function(const(clap_host_t)* host, const(char)* extension_id) get_extension;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- host_data
void* host_data;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- name
const(char)* name;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- request_callback
void function(const(clap_host_t)* host) request_callback;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- request_process
void function(const(clap_host_t)* host) request_process;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- request_restart
void function(const(clap_host_t)* host) request_restart;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- url
const(char)* url;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vendor
const(char)* vendor;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- version_
const(char)* version_;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.