Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/comctl32.h:
/* WM_NOTIFY unicode to ansi conversion and forwarding stuff */
-BOOL COMCTL32_WCHAR_array_reserve(WCHAR **array, DWORD *size, DWORD count); +LRESULT COMCTL32_ForwardNotifyToAnsiWindow(HWND hwndNotify, NMHDR *hdr, WCHAR **unicodeBuffer, DWORD *unicodeBufferSize);
Let's use snake case instead of camel case for the function name and parameters.