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