I'm not really sure there. >From the manual, the `importc` pragma is about name mangling while the >`bycopy` pragma is to instruct compiler pass-by-value to procs.
For some lib that I converted using c2nim, the objects were without any pragma, and I just adjusted the procs to properly have headers and it's done.
