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
We currently have sbuf, *u8, and *void, which hampers interop somehow. I think sbuf can be thrown out altogether. *void used for 'raw memory holding whichever', and *u8 for stuff that's explicitly a buffer of bytes or characters.