Function PyUnicode_GET_LENGTH

pub unsafe fn PyUnicode_GET_LENGTH(op: *mut PyObject) -> isize
Available on crate features dep_pyo3 and std only.