13 void** args __UNUSED__,
void* userdata __UNUSED__)
20 ffi_closure *pcl = ffi_closure_alloc(
sizeof(ffi_closure), &code);
21 ffi_type* arg_types[1];
26 arg_types) == FFI_BAD_ABI);
29 arg_types) == FFI_OK);
static void dummy_fn(ffi_cif *cif __UNUSED__, void *resp __UNUSED__, void **args __UNUSED__, void *userdata __UNUSED__)
ffi_status ffi_prep_closure_loc(ffi_closure *closure, ffi_cif *cif, void(*fun)(ffi_cif *, void *, void **, void *), void *user_data, void *codeloc)
const ffi_type ffi_type_void
ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, ffi_type *rtype, ffi_type **atypes)