Suppose I have the following 2 C++ structs:
struct UsbErrorCodes { const signed int UsbInterfaceErrorCode = 0; const DWORD WinDriverErrorCode = 0;