Dear CFFI Gurus: I do have a Lispworks FLI definition like this: (fli:define-foreign-type pfunc (&rest fargs) `(:ptr (:function , at fargs))) How would I translate this into a suitable CFFI definition? And why/how? Thanks in advance!! Cheers Frank