The FLI provides the :void type for interfacing with the C
void
type. In accordance with ANSI C, it behaves like an
unsigned char
. In practice you will probably want to interface with a C
void *
, for which you should use the FLI construction
(:pointer :void)
.