1 2 3 4 5 6 7
// bindgen-flags: --force-derive-debug class Nice { typedef void (*Function) (int data); Function pointer; int large_array[34]; };