void dll_create_generic(void (*insert_fnc)()) { insert_fnc(&my_global); }
void dll_create_generic(void (*insert_fnc)()) { int x; insert_fnc(&x); }