cbindgen 0.8.6

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

impl Foo {
    const FOO: i32 = 0;
}

pub const Foo_FOO: u32 = 42;