pyo3_ffi

Function PyMapping_DelItemString

Source
pub unsafe fn PyMapping_DelItemString(
    o: *mut PyObject,
    key: *mut c_char,
) -> c_int