Function pyo3::ffi::PyCodec_IncrementalDecoder

source ยท
pub unsafe extern "C" fn PyCodec_IncrementalDecoder(
    encoding: *const i8,
    errors: *const i8,
) -> *mut PyObject