Description
Provides Haskell bindings to libffi, a library for calling functions through foreign-function interfaces. This helps Haskell code interact with native code when function signatures are known at runtime.
It is useful for language runtimes, plugin systems, bindings, and interoperability tools. It is a low-level developer library and should be used with care around native memory and calling conventions.