pub unsafe extern "C" fn PyStructSequence_SetItem(
    arg1: *mut PyObject,
    arg2: isize,
    arg3: *mut PyObject
)
Available on non-PyPy only.