Modifying constructor for jresult-void structures.
(change-jresult-void x )
This is an often useful alternative to make-jresult-void.
We construct a new jresult-void structure that is a copy of
This is an ordinary
Macro:
(defmacro change-jresult-void (x &rest args) (std::change-aggregate 'jresult-void x args 'nil 'change-jresult-void 'nil))