pub unsafe extern "C" fn PyDict_MergeFromSeq2(
d: *mut PyObject,
seq2: *mut PyObject,
_override: c_int
) -> c_int