[][src]Function pyo3::ffi::PyObject_DelItemString

pub unsafe extern "C" fn PyObject_DelItemString(
    o: *mut PyObject,
    key: *const c_char
) -> c_int