1 pub type c_long = i64;
2 pub type c_ulong = u64;
3 pub type c_char = i8;
4 pub type __cpu_simple_lock_nv_t = ::c_uchar;
5 
6 // should be pub(crate), but that requires Rust 1.18.0
7 #[doc(hidden)]
8 pub const _ALIGNBYTES: usize = 0xf;
9