pyo3_ffi

Function PyObject_DelItemString

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