#pragma once #if defined(__cplusplus) extern "C" { #endif void compat_call_ctors(); void compat_call_dtors(); #if defined(__cplusplus) } #endif