1 2 3 4 5 6 7
#pragma once void* wrapper_create(const char *const symbol, void *function); void wrapper_set_cpp_demangler(void *function);