1 2 3 4 5 6 7 8
// #include "support.h" #include <ffi.h> enum ffi_type_enum { STRUCT = FFI_TYPE_STRUCT, COMPLEX = FFI_TYPE_COMPLEX, };