[][src]Function pyo3::ffi::PyDict_Merge

pub unsafe extern "C" fn PyDict_Merge(
    mp: *mut PyObject,
    other: *mut PyObject,
    _override: c_int
) -> c_int