Function PyFrame_GetLasti
pub unsafe extern "C" fn PyFrame_GetLasti(
frame: *mut PyFrameObject,
) -> i32Available on crate feature
tls and Py_3_11 only.pub unsafe extern "C" fn PyFrame_GetLasti(
frame: *mut PyFrameObject,
) -> i32tls and Py_3_11 only.