(bind-func godot_vector2_var (lambda (x:godot_real y:godot_real) (let ((vec:godot_vector2* (salloc)) (var:godot_variant* (salloc))) (godot_vector2_new vec x y) (godot_variant_new_vector2 var vec) (pref var 0))))