1 pub type boolean_t = ::c_int; 2 3 s! { 4 pub struct malloc_zone_t { 5 __private: [::uintptr_t; 18], // FIXME: needs arm64 auth pointers support 6 } 7 } 8 9 cfg_if! { 10 if #[cfg(libc_align)] { 11 mod align; 12 pub use self::align::*; 13 } 14 } 15