;; 381
;; void (*godot_node_path_new)(godot_node_path *r_dest, const godot_string *p_from);
(bind-func godot_node_path_new
(lambda (r_dest:godot_node_path* from:godot_string*)
(printf "XTL godot_node_path_new -> dest:%p from:%p\n" r_dest from)
(let ((apicall:[void,godot_node_path*,godot_string*]* (cast (aref (tref gdnative_api 5) 381))))
(fptrcall apicall r_dest from))))