;; 721
;; void (*godot_string_destroy)(godot_string *p_self);
(bind-func godot_string_destroy
(lambda (self:godot_string*)
(printf "XTL godot_string_destroy -> gstr:%p\n")
(let ((apicall:[void,godot_string*]* (cast (aref (tref gdnative_api 5) 721))))
(fptrcall apicall self))))