SetTimeZoneInformation method
Implementation
int SetTimeZoneInformation(
ffi.Pointer<LPTIME_ZONE_INFORMATION> lpTimeZoneInformation,
) {
return (_SetTimeZoneInformation ??= _dylib.lookupFunction<
_c_SetTimeZoneInformation,
_dart_SetTimeZoneInformation>('SetTimeZoneInformation'))(
lpTimeZoneInformation,
);
}