> I'm trying binding libgd
3\. You should try to use c2nim bindings generator or one of the newer clones like nimterop, as c2nim catches most of these errors. Void return value is also generally not used for Nim procs, may work, but generally when there is no result then result is just left out in Nim.
