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
Running this against a C library the bool values are mapped to byte. Instead I'd like to use bool with [UnmanagedType.I1] in both extern function params and struct members. Is this possible?