Description
C functions can be called from Pure programs, and Pure callbacks can be exposed back through libffi. This interface is for developers bridging Pure code with native libraries. FFI can bypass language safety, so ABI compatibility, pointer ownership, and trusted native code are important.