blob: 24be7a7173638db27bc5ad4bd7d370dfd1b5a20d [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(
dead_code,
non_snake_case,
non_camel_case_types,
non_upper_case_globals
)]
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct Foo {
pub _address: u8,
}
pub const Foo_Bar_A: Foo_Bar = 0;
pub const Foo_Bar_B: Foo_Bar = 0;
pub type Foo_Bar = i32;