PyCodec_DecodeText method Null safety
Implementation
ffi.Pointer<PyObject> PyCodec_DecodeText(
ffi.Pointer<PyObject> object,
ffi.Pointer<ffi.Int8> encoding,
ffi.Pointer<ffi.Int8> errors,
) {
return _PyCodec_DecodeText(
object,
encoding,
errors,
);
}