pyo3::ffi

Function PyDict_DelItem

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