The type of the object to pass by reference.
If non-
nil
, if the input argument is
nil
a null pointer is passed instead of a reference to an object containing
nil
.
The FLI type
:reference-pass
is equivalent to:
(:reference :lisp-to-foreign-p t
:foreign-to-lisp-p nil)
See :reference for the details.