Package org.lwjgl.system.libffi
@NullMarked
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.
-
ClassesClassDescriptionAn array of
FFICIFstructs.struct ffi_closure {ffi_cif* cif; void (*)(ffi_cif*,void*,void**,void*) fun; void * user_data; }An array ofFFIClosurestructs.struct ffi_type { size_t size; unsigned short alignment; unsigned short type; ffi_type * elements; }An array ofFFITypestructs.