PyCodec_Decoder method Null safety

Pointer<PyObject> PyCodec_Decoder (
  1. Pointer<Int8> encoding
)

Implementation

ffi.Pointer<PyObject> PyCodec_Decoder(
  ffi.Pointer<ffi.Int8> encoding,
) {
  return _PyCodec_Decoder(
    encoding,
  );
}