@NonnullDefault
Package org.lwjgl.system.libffi
Contains bindings to the libffi, a portable, high level programming interface to various calling
conventions. This allows a programmer to call any function specified by a call interface description at run-time.
-
Class Summary Class Description FFICIF Contains information about a libffi call interface.FFICIF.Buffer An array ofFFICIF
structs.FFIClosure The libffi closure structure.FFIClosure.Buffer An array ofFFIClosure
structs.FFIType Contains information about a libffi type.FFIType.Buffer An array ofFFIType
structs.LibFFI Native bindings to the libffi library.