Function PyFrame_GetLocals

Source
pub unsafe extern "C" fn PyFrame_GetLocals(
    frame: *mut PyFrameObject,
) -> *mut PyObject