Hello! Thank you for your work.
Is it possible to separate generated bindings to different files based on header `.h` files? I am trying to use Futhark on ESP-IDF but the the generated `.nim` file/bindings from one header file also contains all of the dependencies from `#include "..."` included headers. Also is there an option to ignore certain header files?
