You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to pass a callback function pointer to C, and there's no reason a generic function shouldn't be able to do this. The only problem with generic functions is that they would mangle all to the same name, but I don't care about the mangling.