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