pub unsafe extern "C" fn PySequence_Contains(
seq: *mut PyObject,
ob: *mut PyObject
) -> c_int