Function pyo3::ffi::PyDict_DelItem

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