;; 574
;; void (*godot_string_new)(godot_string *r_dest);
(bind-func godot_string_new
(lambda (str:godot_string*)
(printf "XTL godot_string_new -> gstr:%p\n" str)
(let ((apicall:[void,godot_string*]* (cast (aref (tref gdnative_api 5) 574))))
(fptrcall apicall str))))