pub unsafe extern "C" fn _PySequence_IterSearch(
    seq: *mut PyObject,
    obj: *mut PyObject,
    operation: i32
) -> isize
This is supported on non-PyPy only.