Fixes inconsistent function (or function pointer) declation and implementation.
(favoring non long types).
Fixes errouneous format specifier in printf-like function for arguments of type
DWORD_PTR (or SIZE_T or equiv).
This serie could be a starting point for enabling long type compilation in wined3d.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1014
--
v2: mshtml: Enumerate document elements with name.
mshtml: Do not enumerate internal dynamic props.
mshtml: Fix enumerating first custom prop after builtins.
jscript: Refill the props at end of enumeration in html mode and retry.
jscript: Fill the builtin props for enumeration on prototypes as well.
https://gitlab.winehq.org/wine/wine/-/merge_requests/965