1 2 3 4 5
fn main() { // just to check that linking worked let version = unsafe { impellers::sys::ImpellerGetVersion() }; dbg!(version); }