Skip to content

error generating bindings for LibSSH #333

@insinfo

Description

@insinfo

I'm trying to generate the bindings for LibSSH and it's generating a dart file with a bunch of errors marked by the Vs Code IDE
I'm forgetting something

https://github.com/insinfo/fsbackup
https://github.com/insinfo/fsbackup/tree/main/libssh

image

pubspec.yaml

name: fsbackup
description: fsbackup.
publish_to: 'none' 
version: 1.0.0+1

environment:
  sdk: ">=2.10.0 <3.0.0"

dependencies:

dev_dependencies: 
  build_runner: any
  ffigen: 1.2.0
  
ffigen:
  name: 'Libssh'
  description: 'Bindings to Libssh'
  output: 'generated_bindings.dart'
  llvm-path:     
    - 'C:\Program Files\llvm'      
  headers:
    entry-points:
      - 'libssh_compiled/include/libssh/**.h'      
    #include-directives:
      #- 'libssh/include/**'
      #- 'libssh/include/libssh/**'
      #- 'libssh/src/**'
  
[WARNING]: Removed All Struct Members from IFillLockBytesVtbl(IFillLockBytesVtbl), struct member has an unsupported type.
[WARNING]: Skipped Function 'IFillLockBytes_RemoteFillAt_Proxy', function has unsupported return type or parameter type.
[WARNING]: Removed All Struct Members from tagStorageLayout(tagStorageLayout), struct member has an unsupported type.
[WARNING]: Skipped Function 'IStream_Seek_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_Seek_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_CopyTo_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_CopyTo_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ILockBytes_ReadAt_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ILockBytes_ReadAt_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ILockBytes_WriteAt_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ILockBytes_WriteAt_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IFillLockBytes_FillAt_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IFillLockBytes_FillAt_Stub', function has unsupported return type or parameter type.
[WARNING]: Removed All Struct Members from _wireSAFEARR_HAVEIID(_wireSAFEARR_HAVEIID), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _wireSAFEARRAY_UNION(_wireSAFEARRAY_UNION), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from: _wireSAFEARRAY(_wireSAFEARRAY), Array members not supported
[WARNING]: Removed All Struct Members from: tagSAFEARRAY(tagSAFEARRAY), Array members not supported
[WARNING]: Removed All Struct Members from: tagARRAYDESC(tagARRAYDESC), Array members not supported
[WARNING]: Removed All Struct Members from tagPARAMDESCEX(tagPARAMDESCEX), Nested Structures not supported.
[WARNING]: Removed All Struct Members from tagELEMDESC(tagELEMDESC), Nested Structures not supported.
[WARNING]: Removed All Struct Members from tagTYPEATTR(tagTYPEATTR), Nested Structures not supported.
[WARNING]: Removed All Struct Members from tagFUNCDESC(tagFUNCDESC), Nested Structures not supported.
[WARNING]: Removed All Struct Members from tagVARDESC(tagVARDESC), Nested Structures not supported.
[WARNING]: Removed All Struct Members from tagCUSTDATAITEM(tagCUSTDATAITEM), Nested Structures not supported.
[WARNING]: Removed All Struct Members from ITypeCompVtbl(ITypeCompVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from tagTLIBATTR(tagTLIBATTR), Nested Structures not supported.
[WARNING]: Skipped Function 'ITypeComp_Bind_Proxy', function has unsupported return type or parameter type.
[WARNING]: Removed All Struct Members from tagVersionedStream(tagVersionedStream), Nested Structures not supported.
[WARNING]: Removed All Struct Members from tagCACY(tagCACY), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from tagCAH(tagCAH), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from tagCAUH(tagCAUH), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from tagSTATPROPSETSTG(tagSTATPROPSETSTG), Nested Structures not supported.
[WARNING]: Skipped Function 'CoRegisterInitializeSpy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'CoRevokeInitializeSpy', function has unsupported return type or parameter type.
[WARNING]: Removed All Struct Members from tagOBJECTDESCRIPTOR(tagOBJECTDESCRIPTOR), Nested Structures not supported.
[WARNING]: Removed All Struct Members from: tagOleMenuGroupWidths(tagOleMenuGroupWidths), Array members not supported
[WARNING]: Removed All Struct Members from IOleInPlaceSiteVtbl(IOleInPlaceSiteVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IDropTargetVtbl(IDropTargetVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMNodeVtbl(IXMLDOMNodeVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMDocumentFragmentVtbl(IXMLDOMDocumentFragmentVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMDocumentVtbl(IXMLDOMDocumentVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMCharacterDataVtbl(IXMLDOMCharacterDataVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMAttributeVtbl(IXMLDOMAttributeVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMElementVtbl(IXMLDOMElementVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMTextVtbl(IXMLDOMTextVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMCommentVtbl(IXMLDOMCommentVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMProcessingInstructionVtbl(IXMLDOMProcessingInstructionVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMCDATASectionVtbl(IXMLDOMCDATASectionVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMDocumentTypeVtbl(IXMLDOMDocumentTypeVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMNotationVtbl(IXMLDOMNotationVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMEntityVtbl(IXMLDOMEntityVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDOMEntityReferenceVtbl(IXMLDOMEntityReferenceVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXTLRuntimeVtbl(IXTLRuntimeVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLHttpRequestVtbl(IXMLHttpRequestVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLElementCollectionVtbl(IXMLElementCollectionVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDocumentVtbl(IXMLDocumentVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLDocument2Vtbl(IXMLDocument2Vtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLElementVtbl(IXMLElementVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IXMLElement2Vtbl(IXMLElement2Vtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from _tagBINDINFO(_tagBINDINFO), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _tagRemBINDINFO(_tagRemBINDINFO), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _tagStartParam(_tagStartParam), Nested Structures not supported.
[WARNING]: Removed All Struct Members from IInternetProtocolVtbl(IInternetProtocolVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from IInternetProtocolExVtbl(IInternetProtocolExVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from: _ZONEATTRIBUTES(_ZONEATTRIBUTES), Array members not supported
[WARNING]: Removed All Struct Members from IEncodingFilterFactoryVtbl(IEncodingFilterFactoryVtbl), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from _tagHIT_LOGGING_INFO(_tagHIT_LOGGING_INFO), Nested Structures not supported.
[WARNING]: Removed All Struct Members from CONFIRMSAFETY(CONFIRMSAFETY), Nested Structures not supported.
[WARNING]: Removed All Struct Members from: tagSERIALIZEDPROPERTYVALUE(tagSERIALIZEDPROPERTYVALUE), Array members not supported
[WARNING]: Skipped Function 'VarUI1FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarI2FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarI4FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarI8FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarR4FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarR8FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarDateFromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromUI1', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromI2', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromI4', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromI8', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromR4', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromR8', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromDate', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromStr', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromDisp', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromBool', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromI1', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromUI2', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromUI4', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromUI8', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromDec', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarBstrFromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarBoolFromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarI1FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarUI2FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarUI4FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarUI8FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarDecFromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyAdd', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyMul', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyMulI4', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyMulI8', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCySub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyAbs', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFix', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyInt', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyNeg', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyRound', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyCmp', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyCmpR8', function has unsupported return type or parameter type.
[WARNING]: Removed All Struct Members from UDATE(UDATE), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _OFNOTIFYA(_OFNOTIFYA), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _OFNOTIFYW(_OFNOTIFYW), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _OFNOTIFYEXA(_OFNOTIFYEXA), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _OFNOTIFYEXW(_OFNOTIFYEXW), Nested Structures not supported.
[WARNING]: Removed All Struct Members from tagPSDA(tagPSDA), Nested Structures not supported.
[WARNING]: Removed All Struct Members from tagPSDW(tagPSDW), Nested Structures not supported.
[WARNING]: Removed All Struct Members from: SERVICE_TRIGGER_CUSTOM_STATE_ID(SERVICE_TRIGGER_CUSTOM_STATE_ID), Array members not supported
[WARNING]: Removed All Struct Members from _SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM(_SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from _SERVICE_TIMECHANGE_INFO(_SERVICE_TIMECHANGE_INFO), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from _ENUM_SERVICE_STATUSA(_ENUM_SERVICE_STATUSA), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _ENUM_SERVICE_STATUSW(_ENUM_SERVICE_STATUSW), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _ENUM_SERVICE_STATUS_PROCESSA(_ENUM_SERVICE_STATUS_PROCESSA), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _ENUM_SERVICE_STATUS_PROCESSW(_ENUM_SERVICE_STATUS_PROCESSW), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _SERVICE_NOTIFY_1(_SERVICE_NOTIFY_1), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _SERVICE_NOTIFY_2A(_SERVICE_NOTIFY_2A), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _SERVICE_NOTIFY_2W(_SERVICE_NOTIFY_2W), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _SERVICE_CONTROL_STATUS_REASON_PARAMSA(_SERVICE_CONTROL_STATUS_REASON_PARAMSA), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _SERVICE_CONTROL_STATUS_REASON_PARAMSW(_SERVICE_CONTROL_STATUS_REASON_PARAMSW), Nested Structures not supported.
[WARNING]: Removed All Struct Members from: _MODEMDEVCAPS(_MODEMDEVCAPS), Array members not supported
[WARNING]: Removed All Struct Members from: _MODEMSETTINGS(_MODEMSETTINGS), Array members not supported
[WARNING]: Removed All Struct Members from tagCOMPOSITIONFORM(tagCOMPOSITIONFORM), Nested Structures not supported.
[WARNING]: Removed All Struct Members from tagCANDIDATEFORM(tagCANDIDATEFORM), Nested Structures not supported.
[WARNING]: Removed All Struct Members from: tagCANDIDATELIST(tagCANDIDATELIST), Array members not supported
[WARNING]: Removed All Struct Members from: tagSTYLEBUFA(tagSTYLEBUFA), Array members not supported
[WARNING]: Removed All Struct Members from: tagSTYLEBUFW(tagSTYLEBUFW), Array members not supported
[WARNING]: Removed All Struct Members from: tagIMEMENUITEMINFOA(tagIMEMENUITEMINFOA), Array members not supported
[WARNING]: Removed All Struct Members from: tagIMEMENUITEMINFOW(tagIMEMENUITEMINFOW), Array members not supported
[WARNING]: Removed All Struct Members from tagIMECHARPOSITION(tagIMECHARPOSITION), Nested Structures not supported.
[WARNING]: Removed All Struct Members from in_addr(in_addr), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from: sockaddr(sockaddr), Array members not supported
[WARNING]: Removed All Struct Members from: _SOCKET_ADDRESS_LIST(_SOCKET_ADDRESS_LIST), Array members not supported
[WARNING]: Removed All Struct Members from _CSADDR_INFO(_CSADDR_INFO), Nested Structures not supported.
[WARNING]: Removed All Struct Members from: sockaddr_storage(sockaddr_storage), Array members not supported
[WARNING]: Removed All Struct Members from: sockaddr_storage_xp(sockaddr_storage_xp), Array members not supported
[WARNING]: Removed All Struct Members from _SOCKET_PROCESSOR_AFFINITY(_SOCKET_PROCESSOR_AFFINITY), Nested Structures not supported.
[WARNING]: Removed All Struct Members from: sockaddr_in(sockaddr_in), Array members not supported
[WARNING]: Removed All Struct Members from: sockaddr_dl(sockaddr_dl), Array members not supported
[WARNING]: Removed All Struct Members from _WSAMSG(_WSAMSG), Nested Structures not supported.
[WARNING]: Removed All Struct Members from: fd_set(fd_set), Array members not supported
[WARNING]: Removed All Struct Members from: WSAData(WSAData), Array members not supported
[WARNING]: Removed All Struct Members from _QOS_SD_MODE(_QOS_SD_MODE), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _QOS_SHAPING_RATE(_QOS_SHAPING_RATE), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _QualityOfService(_QualityOfService), Nested Structures not supported.
[WARNING]: Removed All Struct Members from: _WSANETWORKEVENTS(_WSANETWORKEVENTS), Array members not supported
[WARNING]: Removed All Struct Members from: _WSAPROTOCOLCHAIN(_WSAPROTOCOLCHAIN), Array members not supported
[WARNING]: Removed All Struct Members from: _WSAPROTOCOL_INFOA(_WSAPROTOCOL_INFOA), Array members not supported
[WARNING]: Removed All Struct Members from: _WSAPROTOCOL_INFOW(_WSAPROTOCOL_INFOW), Array members not supported
[WARNING]: Removed All Struct Members from _WSACOMPLETION(_WSACOMPLETION), struct member has an unsupported type.
[WARNING]: Removed All Struct Members from _WSANAMESPACE_INFOA(_WSANAMESPACE_INFOA), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _WSANAMESPACE_INFOW(_WSANAMESPACE_INFOW), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _WSANAMESPACE_INFOEXA(_WSANAMESPACE_INFOEXA), Nested Structures not supported.
[WARNING]: Removed All Struct Members from _WSANAMESPACE_INFOEXW(_WSANAMESPACE_INFOEXW), Nested Structures not supported.
[WARNING]: Skipped Function 'inet_ntoa', struct pass/return by value not supported.
[SEVERE] : Header .\libssh_compiled\include\libssh\server.h: Total errors/warnings: 1.
[SEVERE] :     .\libssh_compiled\include\libssh\server.h:31:10: fatal error: 'libssh/libssh.h' file not found [Lexical or Preprocessor Issue]
[SEVERE] : Header .\libssh_compiled\include\libssh\sftp.h: Total errors/warnings: 1.
[SEVERE] :     .\libssh_compiled\include\libssh/libssh.h:24:10: fatal error: 'libssh/libssh_version.h' file not found [Lexical or Preprocessor Issue]
[WARNING]: Skipped Function 'RtlInitializeSListHead', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'RtlFirstEntrySList', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'RtlInterlockedPopEntrySList', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'RtlInterlockedPushEntrySList', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'RtlInterlockedPushListSListEx', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'RtlInterlockedFlushSList', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'RtlQueryDepthSList', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'GetDiskFreeSpaceExA', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'GetDiskFreeSpaceExW', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'GetFileSizeEx', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ReadFileScatter', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'SetFilePointerEx', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'WriteFileGather', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'QueryPerformanceCounter', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'QueryPerformanceFrequency', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'InitOnceInitialize', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'InitOnceExecuteOnce', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'InitOnceBeginInitialize', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'InitOnceComplete', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'SetWaitableTimerEx', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'SetWaitableTimer', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'InitializeSListHead', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'InterlockedPopEntrySList', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'InterlockedPushEntrySList', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'InterlockedPushListSListEx', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'InterlockedFlushSList', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'QueryDepthSList', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'CopyFileExA', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'CopyFileExW', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'CopyFileTransactedA', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'CopyFileTransactedW', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'MoveFileWithProgressA', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'MoveFileWithProgressW', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'MoveFileTransactedA', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'MoveFileTransactedW', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'AlphaBlend', struct pass/return by value not supported.
[WARNING]: Skipped Function 'GdiAlphaBlend', struct pass/return by value not supported.
[WARNING]: Skipped Function 'MenuItemFromPoint', struct pass/return by value not supported.
[WARNING]: Skipped Function 'DragDetect', struct pass/return by value not supported.
[WARNING]: Skipped Function 'WindowFromPoint', struct pass/return by value not supported.
[WARNING]: Skipped Function 'WindowFromPhysicalPoint', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ChildWindowFromPoint', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ChildWindowFromPointEx', struct pass/return by value not supported.
[WARNING]: Skipped Function 'PtInRect', struct pass/return by value not supported.
[WARNING]: Skipped Function 'MonitorFromPoint', struct pass/return by value not supported.
[WARNING]: Skipped Function 'RealChildWindowFromPoint', struct pass/return by value not supported.
[WARNING]: Skipped Function 'CreatePseudoConsole', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ResizePseudoConsole', struct pass/return by value not supported.
[WARNING]: Skipped Function 'FillConsoleOutputCharacterA', struct pass/return by value not supported.
[WARNING]: Skipped Function 'FillConsoleOutputCharacterW', struct pass/return by value not supported.
[WARNING]: Skipped Function 'FillConsoleOutputAttribute', struct pass/return by value not supported.
[WARNING]: Skipped Function 'SetConsoleScreenBufferSize', struct pass/return by value not supported.
[WARNING]: Skipped Function 'SetConsoleCursorPosition', struct pass/return by value not supported.
[WARNING]: Skipped Function 'GetLargestConsoleWindowSize', struct pass/return by value not supported.
[WARNING]: Skipped Function 'WriteConsoleOutputCharacterA', struct pass/return by value not supported.
[WARNING]: Skipped Function 'WriteConsoleOutputCharacterW', struct pass/return by value not supported.
[WARNING]: Skipped Function 'WriteConsoleOutputAttribute', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ReadConsoleOutputCharacterA', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ReadConsoleOutputCharacterW', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ReadConsoleOutputAttribute', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ScrollConsoleScreenBufferA', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ScrollConsoleScreenBufferW', struct pass/return by value not supported.
[WARNING]: Skipped Function 'WriteConsoleOutputA', struct pass/return by value not supported.
[WARNING]: Skipped Function 'WriteConsoleOutputW', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ReadConsoleOutputA', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ReadConsoleOutputW', struct pass/return by value not supported.
[WARNING]: Skipped Function 'GetConsoleFontSize', struct pass/return by value not supported.
[WARNING]: Skipped Function 'I_RpcServerUnsubscribeForDisconnectNotification', struct pass/return by value not supported.
[WARNING]: Skipped Function 'RpcGetAuthorizationContextForClient', struct pass/return by value not supported.
[WARNING]: Skipped Function 'RpcServerSubscribeForNotification', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'SHGetDiskFreeSpaceExA', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'SHGetDiskFreeSpaceExW', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'CryptImportPKCS8', struct pass/return by value not supported.
[WARNING]: Skipped Function 'NdrClientCall2', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'NdrClientCall', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'NdrAsyncClientCall', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'NdrDcomAsyncClientCall', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'NdrClientCall3', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'Ndr64AsyncClientCall', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'Ndr64DcomAsyncClientCall', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'CorePrinterDriverInstalledA', struct pass/return by value not supported.
[WARNING]: Skipped Function 'CorePrinterDriverInstalledW', struct pass/return by value not supported.
[WARNING]: Skipped Function 'wcstold', function has unsupported return type or parameter type.
[WARNING]: Skipped Function '_wcstold_l', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'div', struct pass/return by value not supported.
[WARNING]: Skipped Function 'ldiv', struct pass/return by value not supported.
[WARNING]: Skipped Function 'lldiv', struct pass/return by value not supported.
[WARNING]: Skipped Function 'strtold', function has unsupported return type or parameter type.
[WARNING]: Skipped Function '_strtold_l', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_RemoteSeek_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_RemoteCopyTo_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_Seek_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_Seek_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_CopyTo_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_CopyTo_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ILockBytes_RemoteReadAt_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ILockBytes_RemoteWriteAt_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IFillLockBytes_RemoteFillAt_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_Seek_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_Seek_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_CopyTo_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IStream_CopyTo_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ILockBytes_ReadAt_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ILockBytes_ReadAt_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ILockBytes_WriteAt_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ILockBytes_WriteAt_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IFillLockBytes_FillAt_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'IFillLockBytes_FillAt_Stub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'ITypeComp_Bind_Proxy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'CoRegisterInitializeSpy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'CoRevokeInitializeSpy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarUI1FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarI2FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarI4FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarI8FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarR4FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarR8FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarDateFromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromUI1', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromI2', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromI4', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromI8', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromR4', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromR8', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromDate', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromStr', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromDisp', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromBool', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromI1', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromUI2', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromUI4', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromUI8', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFromDec', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarBstrFromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarBoolFromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarI1FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarUI2FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarUI4FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarUI8FromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarDecFromCy', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyAdd', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyMul', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyMulI4', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyMulI8', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCySub', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyAbs', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyFix', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyInt', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyNeg', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyRound', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyCmp', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'VarCyCmpR8', function has unsupported return type or parameter type.
[WARNING]: Skipped Function 'inet_ntoa', struct pass/return by value not supported.
[WARNING]: Generated declaration '__va_start' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__security_init_cookie' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__security_check_cookie' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__report_gsfailure' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_invalid_parameter_noinfo' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_invalid_parameter_noinfo_noreturn' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_invoke_watson' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_errno' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_set_errno' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_get_errno' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__doserrno' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_set_doserrno' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_get_doserrno' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_memicmp' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_memicmp_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsdup' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstok' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcserror' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcserror_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__wcserror' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__wcserror_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsicmp' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsicmp_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsnicmp' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsnicmp_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsnset_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsnset' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsrev' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsset_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsset' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcslwr_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcslwr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcslwr_s_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcslwr_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsupr_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsupr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsupr_s_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsupr_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsxfrm_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcscoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsicoll' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsicoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsncoll' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsncoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsnicoll' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcsnicoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_memccpy' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strcmpi' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strcoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strdup' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strerror' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strerror_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_stricmp' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_stricoll' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_stricoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_stricmp_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strlwr_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strlwr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strlwr_s_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strlwr_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strnicmp' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strnicmp_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strnicoll' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strnicoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strncoll' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strncoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__strncnt' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strnset_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strnset' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strrev' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strset_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strset' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strupr_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strupr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strupr_s_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strupr_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strxfrm_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__C_specific_handler' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_exception_code' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_exception_info' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_abnormal_termination' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__pctype_func' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__pwctype_func' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__iswcsymf' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__iswcsym' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswalnum_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswalpha_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswblank_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswcntrl_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswdigit_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswgraph_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswlower_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswprint_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswpunct_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswspace_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswupper_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswxdigit_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswcsymf_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswcsym_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_towupper_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_towlower_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iswctype_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isleadbyte_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isctype' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isctype_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isalpha_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isupper_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_islower_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isdigit_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isxdigit_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isspace_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ispunct_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isblank_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isalnum_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isprint_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_isgraph_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_iscntrl_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_tolower' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_tolower_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_toupper' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_toupper_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__isascii' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__toascii' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__iscsymf' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__iscsym' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__acrt_locale_get_ctype_array_value' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '___mb_cur_max_func' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '___mb_cur_max_l_func' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__ascii_tolower' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__ascii_toupper' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__ascii_iswalpha' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__ascii_iswdigit' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__ascii_towlower' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__ascii_towupper' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__acrt_get_locale_data_prefix' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_chvalidchk_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ischartype_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_rotl8' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_rotl16' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_rotr8' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_rotr16' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_rotl' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_rotl64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_rotr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_rotr64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_bittest' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_bittestandcomplement' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_bittestandset' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_bittestandreset' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_interlockedbittestandset' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_interlockedbittestandreset' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_bittest64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_bittestandcomplement64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_bittestandset64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_bittestandreset64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_interlockedbittestandset64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_interlockedbittestandreset64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_BitScanForward' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_BitScanReverse' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_BitScanForward64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_BitScanReverse64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedIncrement16' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedDecrement16' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedCompareExchange16' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedAnd' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedOr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedXor' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedAnd64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedOr64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedXor64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedIncrement' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedDecrement' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedExchange' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedExchangeAdd' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InlineInterlockedAdd' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedCompareExchange' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedIncrement64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedDecrement64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedExchange64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedExchangeAdd64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InlineInterlockedAdd64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedCompareExchange64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedCompareExchange128' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedCompareExchangePointer' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedExchangePointer' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedExchange8' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedExchange16' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedExchangeAdd8' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedAnd8' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedOr8' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedXor8' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedAnd16' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedOr16' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_InterlockedXor16' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__cpuidex' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mm_clflush' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ReadWriteBarrier' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__faststorefence' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mm_lfence' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mm_mfence' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mm_sfence' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mm_pause' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mm_prefetch' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_m_prefetchw' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mm_getcsr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mm_setcsr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__getcallerseflags' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__segmentlimit' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__readpmc' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__rdtsc' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__movsb' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__movsw' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__movsd' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__movsq' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__stosb' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__stosw' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__stosd' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__stosq' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__mulh' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__umulh' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__popcnt64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__shiftleft128' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__shiftright128' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mul128' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_umul128' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__readgsbyte' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__readgsword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__readgsdword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__readgsqword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__writegsbyte' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__writegsword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__writegsdword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__writegsqword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__incgsbyte' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__addgsbyte' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__incgsword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__addgsword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__incgsdword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__addgsdword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__incgsqword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__addgsqword' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__int2c' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__fastfail' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lopen' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lcreat' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lread' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lwrite' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_hread' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_hwrite' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lclose' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_llseek' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_calloc_base' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_callnewh' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_expand' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_free_base' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_malloc_base' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_msize_base' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_msize' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_realloc_base' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_recalloc_base' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_recalloc' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_aligned_free' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_aligned_malloc' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_aligned_offset_malloc' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_aligned_msize' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_aligned_offset_realloc' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_aligned_offset_recalloc' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_aligned_realloc' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_aligned_recalloc' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__threadid' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__threadhandle' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lfind_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lfind' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lsearch_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lsearch' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_itow_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_itow' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ltow_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ltow' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ultow_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ultow' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstod_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstol_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstoul_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstoull_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstof_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wtof' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wtof_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wtoi' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wtoi_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wtol' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wtol_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wtoll' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wtoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_i64tow_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_i64tow' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ui64tow_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ui64tow' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wtoi64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wtoi64_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstoi64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstoi64_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstoui64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstoui64_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wfullpath' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wmakepath_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wmakepath' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wperror' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wsplitpath' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wsplitpath_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wdupenv_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wgetenv' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wgetenv_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wputenv' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wputenv_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wsearchenv_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wsearchenv' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wsystem' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_swab' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_exit' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_Exit' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_set_abort_behavior' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_onexit' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_set_purecall_handler' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_get_purecall_handler' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_set_invalid_parameter_handler' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_get_invalid_parameter_handler' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_set_thread_local_invalid_parameter_handler' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_get_thread_local_invalid_parameter_handler' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_set_error_mode' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__sys_errlist' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__sys_nerr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__p__pgmptr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__p__wpgmptr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__p__fmode' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_get_pgmptr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_get_wpgmptr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_set_fmode' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_get_fmode' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_abs64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_byteswap_ushort' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_byteswap_ulong' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_byteswap_uint64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lrotl' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_lrotr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atoi64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atof_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atoi_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atol_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atoi64_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atoflt' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atodbl' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atoldbl' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atoflt_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atodbl_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_atoldbl_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strtof_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strtod_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strtol_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strtoll_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strtoul_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strtoull_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strtoi64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strtoi64_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strtoui64' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_strtoui64_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_itoa_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_itoa' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ltoa_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ltoa' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ultoa_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ultoa' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_i64toa_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_i64toa' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ui64toa_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ui64toa' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ecvt_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ecvt' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_fcvt_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_fcvt' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_gcvt_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_gcvt' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mblen_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mbstrlen' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mbstrlen_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mbstrnlen' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mbstrnlen_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mbtowc_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mbstowcs_s_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_mbstowcs_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wctomb_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wctomb_s_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstombs_s_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wcstombs_l' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_fullpath' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_makepath_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_makepath' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_splitpath' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_splitpath_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__p___argc' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__p___argv' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__p___wargv' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__p__environ' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__p__wenviron' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_dupenv_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_putenv' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_putenv_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_searchenv_s' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_searchenv' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_seterrormode' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_beep' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_sleep' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__WSAFDIsSet' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ssh_log' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__crt_locale_data_public' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__crt_locale_data' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__crt_multibyte_data' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__crt_locale_pointers' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_Mbstatet' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_PIMAGE_RUNTIME_FUNCTION_ENTRY' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_SYSTEM_CPU_SET_INFORMATION' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_EVENTSFORLOGFILE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_PACKEDEVENTINFO' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_TP_CALLBACK_INSTANCE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_TP_POOL' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_TP_CLEANUP_GROUP' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ACTIVATION_CONTEXT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_TP_WORK' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_TP_TIMER' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_TP_WAIT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_TP_IO' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_TEB' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_PROC_THREAD_ATTRIBUTE_LIST' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CMSG_RECIPIENT_ENCODE_INFO' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CERT_REVOCATION_CHAIN_PARA' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CERT_CHAIN_CONTEXT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CERT_SERVER_OCSP_RESPONSE_CONTEXT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_NDR_ASYNC_MESSAGE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_NDR_CORRELATION_INFO' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_NDR_PROC_CONTEXT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_PSP' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_LDOUBLE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_DOUBLE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_FLOAT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_LONGDOUBLE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_LDBL12' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wireVARIANT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_wireBRECORD' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__MIDL_IInternetZoneManager_0001' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_SC_NOTIFICATION_REGISTRATION' start's with '_' and therefore will be private.
[WARNING]: Resolved name conflict: Declaration 'timeval' and has been renamed to 'timeval_1'.
[WARNING]: Resolved name conflict: Declaration 'MidlInterceptionInfoVersionOne' and has been renamed to 'MidlInterceptionInfoVersionOne_1'.
[WARNING]: Resolved name conflict: Declaration 'MidlWinrtTypeSerializationInfoVersionOne' and has been renamed to 'MidlWinrtTypeSerializationInfoVersionOne_1'.
[WARNING]: Resolved name conflict: Declaration 'SSH_LOG_NOLOG' and has been renamed to 'SSH_LOG_NOLOG_1'.
[WARNING]: Resolved name conflict: Declaration 'SSH_LOG_WARNING' and has been renamed to 'SSH_LOG_WARNING_1'.
[WARNING]: Resolved name conflict: Declaration 'SSH_LOG_PROTOCOL' and has been renamed to 'SSH_LOG_PROTOCOL_1'.
[WARNING]: Resolved name conflict: Declaration 'SSH_LOG_PACKET' and has been renamed to 'SSH_LOG_PACKET_1'.
[WARNING]: Resolved name conflict: Declaration 'SSH_LOG_FUNCTIONS' and has been renamed to 'SSH_LOG_FUNCTIONS_1'.
[WARNING]: Resolved name conflict: Declaration 'SSH_SCP_WRITE' and has been renamed to 'SSH_SCP_WRITE_1'.
[WARNING]: Resolved name conflict: Declaration 'SSH_SCP_READ' and has been renamed to 'SSH_SCP_READ_1'.
[WARNING]: Resolved name conflict: Declaration 'SSH_SCP_RECURSIVE' and has been renamed to 'SSH_SCP_RECURSIVE_1'.
[WARNING]: Generated declaration '_VCRT_COMPILER_PREPROCESSOR' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_SAL_VERSION' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__SAL_H_VERSION' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_USE_DECLSPECS_FOR_SAL' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_USE_ATTRIBUTES_FOR_SAL' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_PACKING' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_VCRUNTIME_DISABLED_WARNINGS' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_HAS_EXCEPTIONS' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WCHAR_T_DEFINED' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_HAS_CXX17' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_HAS_CXX20' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_HAS_NODISCARD' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_UCRT_DISABLED_WARNINGS' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ARGMAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_TRUNCATE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_INT_MAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_SIZE_MAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__FILEW__' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_FUNCTIONS_REQUIRED' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_HAS_CXX17' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_BUILD_DESKTOP_APP' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_INTERNAL_NONSTDC_NAMES' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__STDC_SECURE_LIB__' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__GOT_SECURE_LIB__' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__STDC_WANT_SECURE_LIB__' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_SECURECRT_FILL_BUFFER_PATTERN' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_MEMORY' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES_MEMORY' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_NLSCMPERROR' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_NT4' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_WIN2K' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_WINXP' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_WS03' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_WIN6' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_VISTA' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_WS08' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_LONGHORN' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_WIN7' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_WIN8' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_WINBLUE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_WINTHRESHOLD' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT_WIN10' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE20' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE30' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE302' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE40' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE401' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE50' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE501' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE55' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE60' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE60SP1' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE60SP2' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE70' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE80' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE90' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE100' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_IE110' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_NT4' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_NT4SP1' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_NT4SP2' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_NT4SP3' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_NT4SP4' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_NT4SP5' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_NT4SP6' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN98' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN98SE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WINME' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN2K' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN2KSP1' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN2KSP2' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN2KSP3' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN2KSP4' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_XP' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_XPSP1' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_XPSP2' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WS03' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WS03SP1' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN6' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_LONGHORN' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN7' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN8' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WINBLUE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WINTHRESHOLD' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE_WIN10' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_WINNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WIN32_IE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__SAL_H_FULL_VER' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__SPECSTRINGS_STRICT_LEVEL' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__drv_typeConst' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__drv_typeCond' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__drv_typeBitset' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__drv_typeExpr' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_UPPER' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_LOWER' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_DIGIT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_SPACE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_PUNCT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CONTROL' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_BLANK' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_HEX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_LEADBYTE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_ALPHA' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MM_HINT_T0' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MM_HINT_T1' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MM_HINT_T2' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MM_HINT_NTA' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__REQUIRED_RPCNDR_H_VERSION__' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__REQUIRED_RPCSAL_H_VERSION__' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__RPCNDR_H_VERSION__' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '__RPCSAL_H_VERSION__' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_ITOSTR_BASE16_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_ITOSTR_BASE10_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_ITOSTR_BASE8_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_ITOSTR_BASE2_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_LTOSTR_BASE16_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_LTOSTR_BASE10_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_LTOSTR_BASE8_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_LTOSTR_BASE2_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_ULTOSTR_BASE16_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_ULTOSTR_BASE10_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_ULTOSTR_BASE8_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_ULTOSTR_BASE2_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_I64TOSTR_BASE16_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_I64TOSTR_BASE10_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_I64TOSTR_BASE8_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_I64TOSTR_BASE2_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_U64TOSTR_BASE16_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_U64TOSTR_BASE10_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_U64TOSTR_BASE8_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_U64TOSTR_BASE2_COUNT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_I8_MIN' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_I8_MAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_UI8_MAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_I16_MIN' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_I16_MAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_UI16_MAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_I32_MIN' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_I32_MAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_UI32_MAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_I64_MIN' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_I64_MAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_UI64_MAX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_WRITE_ABORT_MSG' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CALL_REPORTFAULT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_OUT_TO_DEFAULT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_OUT_TO_STDERR' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_OUT_TO_MSGBOX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_REPORT_ERRMODE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CVTBUFSIZE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_PATH' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_DRIVE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_DIR' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_FNAME' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_EXT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_MAX_ENV' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_CRT_INTERNAL_COMBASE_SYMBOL_PREFIX' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_STRALIGN_USE_SECURE_CRT' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_SS_MAXSIZE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_SS_ALIGNSIZE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_SS_PAD1SIZE' start's with '_' and therefore will be private.
[WARNING]: Generated declaration '_SS_PAD2SIZE' start's with '_' and therefore will be private.
[SEVERE] : Could not format because the source could not be parsed:

line 250557, column 9 of generated_bindings.dart: Expected to find ';'.
       â•·
250557 │ typedef const STUB_THUNK = ffi.Void Function(
       │         ^^^^^
       ╵
line 106257, column 3 of generated_bindings.dart: Methods must have an explicit list of parameters.
       â•·
106257 │   ffi.Pointer<ffi.Pointer<ffi.NativeFunction<const SERVER_ROUTINE>>> DispatchTable;
       │   ^^^
       ╵
line 106257, column 14 of generated_bindings.dart: Constructors can't have type parameters.
       â•·
106257 │   ffi.Pointer<ffi.Pointer<ffi.NativeFunction<const SERVER_ROUTINE>>> DispatchTable;
       │              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       ╵
line 250554, column 9 of generated_bindings.dart: Expected an identifier.
       â•·
250554 │ typedef const SERVER_ROUTINE = ffi.Int64 Function(
       │         ^^^^^
       ╵
line 250558, column 35 of generated_bindings.dart: Expected an identifier.
       â•·
250558 │   ffi.Pointer<PMIDL_STUB_MESSAGE> ,
       │                                   ^
       ╵
line 106257, column 3 of generated_bindings.dart: The name of a constructor must match the name of the enclosing class.
       â•·
106257 │   ffi.Pointer<ffi.Pointer<ffi.NativeFunction<const SERVER_ROUTINE>>> DispatchTable;
       │   ^^^
       ╵
line 106257, column 15 of generated_bindings.dart: Expected to find '>'.
       â•·
106257 │   ffi.Pointer<ffi.Pointer<ffi.NativeFunction<const SERVER_ROUTINE>>> DispatchTable;
       │               ^^^
       ╵
line 106263, column 3 of generated_bindings.dart: Methods must have an explicit list of parameters.
       â•·
106263 │   ffi.Pointer<ffi.Pointer<ffi.NativeFunction<const STUB_THUNK>>> ThunkTable;
       │   ^^^
       ╵
line 250557, column 32 of generated_bindings.dart: Expected to find ';'.
       â•·
250557 │ typedef const STUB_THUNK = ffi.Void Function(
       │                                ^^^^
       ╵
line 250554, column 9 of generated_bindings.dart: Typedefs must have an explicit list of parameters.
       â•·
250554 │ typedef const SERVER_ROUTINE = ffi.Int64 Function(
       │         ^^^^^
       ╵
(13 more errors...)

Finished, Bindings generated in D:\MyDartProjects\fsbackup\generated_bindings.dart

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions