Hey, I'd like to export a function in Nim with the name `VerFindFileA` but get an gcc issue, that this is already used in `windows.h` with another definition. error: conflicting types for 'VerFindFileA' Can I somehow overwrite/force my own definition for this function export?