You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a number of "macro constants", the bindings generate them using the c_int type, but they're actually intended for use as another type like u16 or something.
Might make sense for us to just generate this constant as a u16 via bindgen's ParseCallbacks::int_macro, to help prevent conversions.
In fact I wonder if we can't do this for a bunch of other constants and stop using as, maybe I'll file a separate issue for this more broadly