// These will use `windows` style bindings and include COM APIs.

--out crates/libs/core/src/imp/com_bindings.rs
--config flatten minimal no-bindgen-comment

--filter
    Windows.Win32.Foundation.CO_E_NOTINITIALIZED
    Windows.Win32.Foundation.E_BOUNDS
    Windows.Win32.Foundation.E_NOINTERFACE
    Windows.Win32.Foundation.E_OUTOFMEMORY
    Windows.Win32.Foundation.E_POINTER
    Windows.Win32.Foundation.JSCRIPT_E_CANTEXECUTE
    Windows.Win32.Foundation.RPC_E_DISCONNECTED
    Windows.Win32.Foundation.TYPE_E_TYPEMISMATCH
    Windows.Win32.System.Com.CoCreateGuid
    Windows.Win32.System.Com.IAgileObject
    Windows.Win32.System.WinRT.AGILEREFERENCE_DEFAULT
    Windows.Win32.System.WinRT.IAgileReference
    Windows.Win32.System.WinRT.IWeakReferenceSource
    Windows.Win32.System.WinRT.RoGetAgileReference
