pyo3_ffi

Function PyObject_DelItem

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