pub unsafe extern "C" fn PyFrame_GetGlobals(
frame: *mut PyFrameObject,
) -> *mut PyObjectAvailable on
Py_3_11 and neither Py_LIMITED_API nor RustPython only.pub unsafe extern "C" fn PyFrame_GetGlobals(
frame: *mut PyFrameObject,
) -> *mut PyObjectPy_3_11 and neither Py_LIMITED_API nor RustPython only.