Function pyo3::ffi::PyObject_DelItem

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