FLI type descriptor
fli
:reference-pass type &key allow-null
The type of the object to pass by reference.
If non-nil, if the input argument isnil a null pointer is passed instead of a reference to an object containingnil.
:reference-pass type is a shorthand for:reference with lisp-to-foreign set tot and foreign-to-lisp set tonil. See :reference for more details. :reference :reference-return