1 struct some_descriptor 2 { 3 // commenting line above make this struct work 4 void *(*thunk)(struct some_descriptor *); 5 unsigned long key; 6 }; 7 8