;; 679
;; godot_bool (*godot_string_parse_utf8)(godot_string *p_self, const char *p_utf8);
(bind-func godot_string_parse_utf8
(lambda (self:godot_string* utf8:i8*)
(printf "XTL godot_string_parse_utf8 -> gstr:%p utf8:%p\n" self utf8)
(let ((apicall:[godot_bool,godot_string*,i8*]* (cast (aref (tref gdnative_api 5) 679))))
(fptrcall apicall self utf8))))