;; 383
;; void (*godot_node_path_destroy)(godot_node_path *p_self);
(bind-func godot_node_path_destroy
(lambda (r_dest:godot_node_path*)
(printf "XTL godot_node_path_destroy -> dest:%p\n" r_dest)
(let ((apicall:[void,godot_node_path*]* (cast (aref (tref gdnative_api 5) 383))))
(fptrcall apicall r_dest))))