Skip to main content

PyUnicode_ReadChar

Function PyUnicode_ReadChar 

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