Function pyo3::ffi::PyDict_Merge

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