bindgen ./c_lib/wrapper.h --ctypes-prefix libc -o ./src/spooles_binding.rs

cargo run --release

cargo doc --open
cargo test --lib
