The GC and Foreign Code
Remedies:
- Prevent the GC from running when calling foreign code
- Define foreign function with :release-heap :never option
- Allocate objects in static space
- using keyword arguments to ff:allocate-fobject
- using the function excl:make-static-array