30 ffi_type *ts4_type_elements[4];
39 ts4_type.alignment = 0;
40 ts4_type.type = FFI_TYPE_STRUCT;
41 ts4_type.elements = ts4_type_elements;
42 ts4_type_elements[0] = &ffi_type_uint;
43 ts4_type_elements[1] = &ffi_type_uint;
44 ts4_type_elements[2] = &ffi_type_uint;
45 ts4_type_elements[3] =
NULL;
57 ffi_call (&cif, FFI_FN(struct4), ts4_result, values);