> > Please inform us whether it works for your library with CFFI. should this be the definition of cffi::%load-foreign-library or do i still need to use ffi:load-foreign-library with a constant string in its place ?? (defun %load-foreign-library (name) "Load a foreign library from NAME." (si:load-foreign-module name))