PyUnicode_DecodeUTF7 method Null safety
Implementation
ffi.Pointer<PyObject> PyUnicode_DecodeUTF7(
ffi.Pointer<ffi.Int8> string,
int length,
ffi.Pointer<ffi.Int8> errors,
) {
return _PyUnicode_DecodeUTF7(
string,
length,
errors,
);
}