Greetings, how do I import the stripped export names (no mangling) from C code

A functions int Func()

is exported by def file to MyDll.dll

LIBRARY
EXPORTS
Func


Now if I import from another source Func by providing

exyern "C" int Func()

/lib:MyDll.lib

I get error error LNK2019: unresolved external symbol Func referenced in function main