How to call a name-mangled symbol from C?
module.name:version
void* function(TypeSig); // Type of the function
I'd want to be able to use codepaths written in my language in C. The function calling convention is about the same. It's just that I must mangle in the version and the module path inside the symbols I export, and I have the same identifier convention as C has, therefore I can't just use underscore.