Jacek Caban (@jacek) commented about include/combaseapi.h:
} #endif
+#ifdef __cplusplus
+template<typename T> void** IID_PPV_ARGS_Helper(T** pp);
This needs an inline implementation to be useful, see https://gitlab.winehq.org/rbernon/wine/-/commit/b37dd56d0dcb6599ced9c5605356....