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