Okay. This is going to be a weird question but I've been bouncing between Nelua, Nim, and Odin for a nice language that has great C interop. I noticed that there's an automatic binding generator (Futhark) for wrapping C libraries? While this package is sweet, is it just better to use plain ol' C since the bindings generated would force one to write in the C style? Put another way, what advantage does an automatic Nim binding give you vs. using the library without it? (This is from the perspective of someone who isn't an expert at either language.)