(Also posted in 

struct Callback16
 
  {
 
    void (*f)(void);
 
    char data[12];
 
  };