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