pub unsafe extern "C" fn PyDict_PopString(
dict: *mut PyObject,
key: *const c_char,
result: *mut *mut PyObject,
) -> c_intAvailable on
Py_3_13 and neither Py_LIMITED_API nor RustPython only.