Function pyo3::ffi::PyUnicode_DecodeUTF7Stateful
source ยท pub unsafe extern "C" fn PyUnicode_DecodeUTF7Stateful(
string: *const i8,
length: isize,
errors: *const i8,
consumed: *mut isize,
) -> *mut PyObject