pub type malloc_zone_t = _malloc_zone_t;
#[repr(C)]pub struct malloc_zone_t { pub(crate) _unused: [u8; 0], }
_unused: [u8; 0]