Function PySequence_Length

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