Py_DecodeLocaleEx method Null safety
Implementation
int Py_DecodeLocaleEx(
ffi.Pointer<ffi.Int8> arg,
ffi.Pointer<ffi.Pointer<ffi.Int32>> wstr,
ffi.Pointer<ffi.Uint64> wlen,
ffi.Pointer<ffi.Pointer<ffi.Int8>> reason,
int current_locale,
int errors,
) {
return _Py_DecodeLocaleEx(
arg,
wstr,
wlen,
reason,
current_locale,
errors,
);
}