python27_sys

Function PyDict_DelItem

Source
pub unsafe extern "C" fn PyDict_DelItem(
    mp: *mut PyObject,
    key: *mut PyObject,
) -> c_int