pyo3_ffi

Function PyDict_Merge

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