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