Function PyUnicode_DecodeUTF32Stateful
pub unsafe extern "C" fn PyUnicode_DecodeUTF32Stateful(
string: *const i8,
length: isize,
errors: *const i8,
byteorder: *mut i32,
consumed: *mut isize,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.