(bind-func godot_string (lambda (str:i8*) (let ((gstr:godot_string* (alloc))) ;; should put in auto destroy here!!! (godot_string_new gstr) (godot_string_parse_utf8 gstr str) gstr)))