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