Function pyo3_ffi::PyDict_Merge

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