Function pyo3::ffi::PyDict_DelItemString

source ·
pub unsafe extern "C" fn PyDict_DelItemString(
    dp: *mut PyObject,
    key: *const i8
) -> i32