Define a generic instance base, either in C or in C++.
警告
These macros are not equivalent. In C, you can directly cast from your instance to an ak_wwise_plugin_base_instance. In C++, because the base classes have a virtual table, the pointer to the C members is shifted in memory.