PyDict_Update

Function PyDict_Update 

Source
pub unsafe extern "C" fn PyDict_Update(
    mp: *mut PyObject,
    other: *mut PyObject,
) -> i32