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 :reference-pass
type is a shorthand for :reference
with lisp-to-foreign set to t
and foreign-to-lisp set to nil
. See :reference for more details.