I couldn't find an include file that has all the function prototypes but if there was one, you would rather use [c2nim](https://github.com/nim-lang/c2nim) or [nimterop](https://github.com/nimterop/nimterop).
If there isn't a header, you could run a grep through the C source and pull those headers or some other way to just get the prototypes.
