blob: 4c8b52e6c4f6da69ca975e1f0e333559301df7b4 [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(
dead_code,
non_snake_case,
non_camel_case_types,
non_upper_case_globals
)]
#[allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
pub mod root {
#[allow(unused_imports)]
use self::super::root;
pub mod ns {
#[allow(unused_imports)]
use self::super::super::root;
pub const AB_A: root::ns::AB = 0;
pub const AB_B: root::ns::AB = 1;
pub type AB = i32;
}
pub use self::super::root::ns::AB;
extern "C" {
#[link_name = "\u{1}_ZL2kA"]
pub static kA: root::AB;
}
}