Function PyFrame_GetBack

Source
pub unsafe extern "C" fn PyFrame_GetBack(
    f: *mut PyFrameObject,
) -> *mut PyFrameObject
Available on Py_3_9 and non-PyPy and non-Py_LIMITED_API only.