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
Currently wchar_t translates to wchar or dchar depending on its size. While not incorrect it would be better to translate it to core.stdc.stddef.wchar_t instead. This would make the bindings more cross-platform.