1 2 3 4 5 6 7 8
// bindgen-flags: --blocklist-function="Foo_ba.*" class Foo { public: int foo(); int bar(); int baz(); };