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;
static test_structure_4 ABI_ATTR struct4(test_structure_4 ts)
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)