Description
Provides a portable foreign function interface library. Language runtimes and applications use it to call compiled functions when the exact function signatures are known at runtime rather than compile time.
Most users receive it as a dependency for scripting languages, desktop libraries, or plugin systems. Developers use it when bridging code across language or binary interfaces.