Earlier quoted context omitted.
Oh very cool. Maybe I should spend some more time looking into those. Thanks for pointing that out!
No problem. Some links to get you started: * https://crates.io/crates/bindgen (generate Rust FFI from headers) * https://crates.io/crates/cbindgen (the inverse of bindgen) * https://cxx.rs/ (a similar tool to bindgen, newer)
Thanks again, Steve. And for all your patience, too.