devela::_dep::pyo3::ffi

Function PyObject_DelItem

pub unsafe extern "C" fn PyObject_DelItem(
    o: *mut PyObject,
    key: *mut PyObject,
) -> i32 
Available on crate features dep_pyo3 and std only.