pub unsafe extern "C" fn PySequence_GetItem(
    o: *mut PyObject,
    i: Py_ssize_t
) -> *mut PyObject