Function pyo3::ffi::PyCodec_StreamReader[][src]

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