libffi

Portable Foreign Function Interface library for calling C functions from other languages

brewmacoslinux
Try with needOr install directly
Source

About

Portable Foreign Function Interface library

Commands

libffi

Examples

Check installed libffi version$ pkg-config --modversion libffi
Get libffi compiler flags for building applications$ pkg-config --cflags --libs libffi
Verify libffi installation with pkg-config$ pkg-config --exists libffi && echo 'libffi is installed'