pub unsafe extern "C" fn PySequence_DelSlice(
o: *mut PyObject,
i1: Py_ssize_t,
i2: Py_ssize_t
) -> c_int