#include BS_EXPORT void* BSCreateInstance() { return nullptr; } BS_EXPORT void BSDestroyInstance(void* instance) { return; }