Function pyo3::ffi::PyUnicode_ReadChar

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