pyo3_ffi

Function PyDict_DelItem

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