Passes an object from the foreign language to Lisp by reference.
keyword
:reference-return type &key allow-null
type⇩ |
The type of the object to return by reference. |
allow-null⇩ |
A boolean. |
The FLI type :reference-return
is equivalent to:
(:reference :lisp-to-foreign-p nil :foreign-to-lisp-p t)
See :reference for the details of how type and allow-null are used.
Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:59