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