[][src]Function pyo3::ffi::PyDict_MergeFromSeq2

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