Lispworks FLI; Convert Lisp structs to C structs?
Does the :wrapper function provided by the Lispworks FLI provide the capability to convert aggregate types (e.g. a lisp struct to a C struct)? The example given in the Lispworks FLI documentation only describes passing an integer from Lisp to C and back.