The FLI :void
type represents the C void type. It can only be used in a few limited circumstances, as the:
(:pointer :void)
. Any FLI pointer can be converted to this type, for example when used like this as the argument type in define-foreign-function.:void
(but with-coerced-pointer can be used).:void
is allowed.LispWorks Foreign Language Interface User Guide and Reference Manual - 29 Sep 2017