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