29 ffi_type *ts5_type_elements[3];
38 ts5_type.alignment = 0;
39 ts5_type.type = FFI_TYPE_STRUCT;
40 ts5_type.elements = ts5_type_elements;
43 ts5_type_elements[2] =
NULL;
47 values[0] = &ts5_arg1;
48 values[1] = &ts5_arg2;
58 ffi_call (&cif, FFI_FN(struct5), ts5_result, values);
void ffi_call(ffi_cif *cif, void(*fn)(void), void *rvalue, void **avalue)
ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, ffi_type *rtype, ffi_type **atypes)