pub unsafe fn PyStructSequence_GET_ITEM(
    op: *mut PyObject,
    i: isize
) -> *mut PyObject
Available on neither Py_LIMITED_API nor PyPy.