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