Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56259
Note: the stub now returns for the last two parameters the values that the testbots gave me (DEVICEFAMILYINFOENUM_DESKTOP and DEVICEFAMILYDEVICEFORM_UNKNOWN). The first parameter returned some value that I don't get (like 0xa00004a63066d), for now i set it to 0, as the Webview installer didn't use this anyway (null pointer).
-- v4: ntdll: Add stub for RtlGetDeviceFamilyInfoEnum.