SetLocaleInfoA method
Implementation
int SetLocaleInfoA(
int Locale,
int LCType,
ffi.Pointer<ffi.Int8> lpLCData,
) {
return (_SetLocaleInfoA ??=
_dylib.lookupFunction<_c_SetLocaleInfoA, _dart_SetLocaleInfoA>(
'SetLocaleInfoA'))(
Locale,
LCType,
lpLCData,
);
}