Add stubs for CrtImplementationDetails::Thow*ModuleLoadException functions
This will help some applications not crashing.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=34537
Next part will be moving this code to msvcp and to make sure Cin, other related classes are implemented for msvcmxx.dlls
--
v4: msvcm80: Add stub for ThrowNestedLoadModuleException function.
msvcm80: Add stub for ThrowModuleLoadException(String, Exception) function.
msvcm80: Add stub for ThrowModuleLoadException(String) function.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4596