FLI type descriptor
function type. fli
:function &optional arg-spec return-spec
A list of function argument types.
A list of function return types.
:function type allows for conversion from the Cfunction type. It is typically used in conjunction with the:pointer type to reference an existing foreign function. (:pointer (:function (:int (:pointer :void)) :int)) int (*)( int, void * )
:pointer