cbindgen 0.8.6

A tool for generating C bindings to Rust code.
Documentation
#[repr(C)]
enum Foo {
    A([f32; 20])
}

#[no_mangle]
pub extern "C" fn root(a: Foo) {}