1 2 3 4 5 6 7
#[cheadergen::config(rename = "")] #[repr(C)] pub struct Foo { pub field: u32, } fn main() {}