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