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