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
foreing import ccall does not catch interface changes, so it's possible to either generate functions for symbols that are missing (found at link time), or, even worse, pass wrong arguments to functions.
See #41 .
foreing import ccalldoes not catch interface changes, so it's possible to either generate functions for symbols that are missing (found at link time), or, even worse, pass wrong arguments to functions.See #41 .