devela::_dep::pyo3::ffi

Function PyUnicode_ReadChar

pub unsafe extern "C" fn PyUnicode_ReadChar(
    unicode: *mut PyObject,
    index: isize,
) -> u32 
Available on crate features dep_pyo3 and std only.