Hello! I am trying to make a wrapper for the [edlib](https://github.com/Martinsos/edlib) library. It can be found [here](https://github.com/sstadick/nimedlib). I'm sure I'm missing something simple, but when I try to run the small test in my repo (`nim c -r tests/tnimedlib.nim`), I just get an error message /.nimble/pkgs/nimedlib-0.1.0/nimedlib/edlib.nim(56, 6) Error: implementation of 'nimedlib.edlibFreeAlignResult(result: EdlibAlignResult)[declared in ../../../.nimble/pkgs/nimedlib-0.1.0/nimedlib/edlib.nim(56, 5)]' expected Run
To me this would indicate that the function wasn't in the cpp file, but it is, and all the other functions are found just fine it appears. I am not an expert in C land by any means though, so perhaps it's not that simple. Any pointers are appreciated!
