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
Bitfields in structs are ignored which can lead to crashes. The size of individual elements are too big and the struct class on the jvm side ends up much larger than the struct on the c side.