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);