Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58900 Bug 58900 This series implements restricted WinRT error handling in combase and\ adds conformance tests for the new behavior. Implemented APIs include restricted error creation / retrieval,\ error context capture, transform, matching, and unhandled error reporting\ paths. Tests were added under dlls/combase/tests and pass locally.\ The existing combase tests also continue to pass. -- v16: combase: Add restricted error context helpers. combase: Implement Get/SetRestrictedErrorInfo. combase: Add a helper to create restricted error objects. combase: Implement restricted error info getters. combase: Add a restricted error info object skeleton. https://gitlab.winehq.org/wine/wine/-/merge_requests/10659