GetVersionExW method
Implementation
int GetVersionExW(
ffi.Pointer<PRTL_OSVERSIONINFOW> lpVersionInformation,
) {
return (_GetVersionExW ??=
_dylib.lookupFunction<_c_GetVersionExW, _dart_GetVersionExW>(
'GetVersionExW'))(
lpVersionInformation,
);
}