DEBSOURCES
Skip Quicknav
sources / rust-cbindgen / 0.24.3-2 / tests / rust / extern.rs
1234567891011
#[repr(C)] struct Normal { x: i32, y: f32, } extern "C" { fn foo() -> i32; fn bar(a: Normal); }