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
`size_t` is transformed to `usize` by default since bindgen 0.61.
As we require much newer version of bindgen, the explicit casts are no
longer necessary.
0 commit comments