MIDL2189
The documentation lists this name without a value.
Documented in Win32
"void" must be specified on the first and only parameter specification The keyword void incorrectly appears with other function parameters. To specify a function without parameters, the keyword void must be the only element of the parameter list, as in the following example: void Moo(void)