Function pyo3_ffi::PyCodec_StreamReader

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