qnikst/imagemagick

Use foreing import capi in bindings

Opened this issue · 0 comments

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 .