cbindgen 0.8.6

A tool for generating C bindings to Rust code.
Documentation
#[repr(C)]
struct A {
    x: i32,
    y: f32,
}

#[repr(C)]
struct B {
	data: A,
}