Function PyFrame_GetBack
pub unsafe extern "C" fn PyFrame_GetBack(
frame: *mut PyFrameObject,
) -> *mut PyFrameObjectAvailable on
Py_3_9 and crate feature tls and non-PyPy only.