5 .Nd Foreign Function Interface
14 .Fa "unsigned int nargs"
16 .Fa "ffi_type **atypes"
21 .Fa "void (*fn)(void)"
26 The foreign function interface provides a mechanism by which a function can
27 generate a call to another function at runtime without requiring knowledge of
28 the called function's interface at compile time.