(bind-func static simple_process
(lambda (instance:godot_object* method_data:i8* user_data:i8* num_args:i32 args:godot_variant**)
(let ((pos (get_new_pos2)))
(godot_call "Control" "set_global_position"
(godot_variant_as_object (pref args 0))
(ref pos)))))