;; 24
;; void (*godot_vector2_new)(godot_vector2 *r_dest, const godot_real p_x, const godot_real p_y);
(bind-func godot_vector2_new
(lambda (r_dest:godot_vector2* x:godot_real y:godot_real)
(printf "XTL godot_vector2_new\n")
(let ((apicall:[void,godot_vector2*,godot_real,godot_real]* (cast (aref (tref gdnative_api 5) 24))))
(fptrcall apicall r_dest x y))))