Alex Henrie (@alexhenrie) commented about dlls/wofutil/main.c:
WINE_DEFAULT_DEBUG_CHANNEL(wofutil);
+HRESULT WINAPI WofIsExternalFile( const WCHAR *path, BOOL *result, ULONG *provider, VOID *ptr, ULONG *length )
Please use `void` for new code rather than `VOID` (here and in the header file).