1 2 3 4
// bindgen-flags: --default-enum-style moduleconsts typedef enum { bar, baz, blap } Foo; void func(Foo x);