PyFrame_GetVar

Function PyFrame_GetVar 

Source
pub unsafe extern "C" fn PyFrame_GetVar(
    frame: *mut PyFrameObject,
    name: *mut PyObject,
) -> *mut PyObject
Available on Py_3_12 only.