Represents the C void type.
keyword
:void
The FLI type :void 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.
Foreign Language Interface User Guide and Reference Manual - 18 Feb 2025 15:36:34