Skip to main content

PyCodec_IncrementalDecoder

Function PyCodec_IncrementalDecoder 

pub unsafe extern "C" fn PyCodec_IncrementalDecoder(
    encoding: *const i8,
    errors: *const i8,
) -> *mut PyObject
Available on crate feature tls only.