GetLocaleInfoList method
Implementation
ffi.Pointer<ffi.Pointer<LocaleInfo>> GetLocaleInfoList(
ffi.Pointer<ffi.Char> arg0,
ffi.Pointer<ffi.Size> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _GetLocaleInfoList(
arg0,
arg1,
arg2,
);
}