cbindgen 0.6.7

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

impl Foo {
    const FOO: i32 = 0;
}

const Foo_FOO: u32 = 42;