int mac_vst_unload(VSTHandle *)
void mac_vst_close(VSTState *)
VSTState * mac_vst_instantiate(VSTHandle *, audioMasterCallback, void *)
void(* mac_vst_error_callback)(const char *msg)
void mac_vst_error(const char *fmt,...)
VSTHandle * mac_vst_load(const char *)
intptr_t(* audioMasterCallback)(AEffect *, int32_t, int32_t, intptr_t, void *, float)