Python equivalent to globals() with respect to the given frame.
globals()
void py_Frame_newglobals( ffi.Pointer<py_Frame> frame, py_OutRef out, ) { return _py_Frame_newglobals( frame, out, ); }