1 2 3 4 5 6 7
// bindgen-flags: --no-recursive-allowlist --allowlist-type "Foo" --raw-line "pub enum Bar {}" --rustified-enum ".*" struct Bar; struct Foo { struct Bar* baz; };