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