977d95b0ff
A u32 bitflags structure should allow a 1<<31 value. However, with current cbindgen this produces a compiler error with latest clang, because 1<<31 is treated as a signed value (-2147483648) which cannot be narrowed back into a uint32_t without a cast.