pub type boolean_t = ::c_int; cfg_if! { if #[cfg(libc_align)] { mod align; pub use self::align::*; } }