Function pyo3::ffi::PyUnicode_ReadChar

source ยท
pub unsafe extern "C" fn PyUnicode_ReadChar(
    unicode: *mut PyObject,
    index: isize,
) -> u32