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