Function pyo3::ffi::PyCodec_StreamReader

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