Binds a function pointer to a stdcall symbol in this loader's shared library.
On builds for anything other than 32-bit Windows, this simply delegates to bindFunc.
SymbolLoadException if doThrow is true and a the symbol specified by funcName is missing from the shared library.
See Implementation
Binds a function pointer to a stdcall symbol in this loader's shared library.
On builds for anything other than 32-bit Windows, this simply delegates to bindFunc.