Function PyDict_GetItemRef
pub unsafe extern "C" fn PyDict_GetItemRef(
dp: *mut PyObject,
key: *mut PyObject,
result: *mut *mut PyObject,
) -> i32Available on
Py_3_13 and crate feature tls only.