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