Cldfire/nvml-wrapper

Passing enum pointers to be set by C may not be a good idea

Cldfire opened this issue · 1 comments

This should be a fairly quick thing to fix thanks to the derive macro I use to wrap enums + enum generation options available via bindgen.

I do wish that I had known about this earlier, though.