SetLocaleInfoW method
Implementation
int SetLocaleInfoW(
int Locale,
int LCType,
ffi.Pointer<ffi.Uint16> lpLCData,
) {
return (_SetLocaleInfoW ??=
_dylib.lookupFunction<_c_SetLocaleInfoW, _dart_SetLocaleInfoW>(
'SetLocaleInfoW'))(
Locale,
LCType,
lpLCData,
);
}