PyUnicode_DecodeUTF7Stateful method Null safety
Implementation
ffi.Pointer<PyObject> PyUnicode_DecodeUTF7Stateful(
ffi.Pointer<ffi.Int8> string,
int length,
ffi.Pointer<ffi.Int8> errors,
ffi.Pointer<ffi.Int64> consumed,
) {
return _PyUnicode_DecodeUTF7Stateful(
string,
length,
errors,
consumed,
);
}