pub type range_admin_t = range_admin_tag;
#[repr(C)]pub struct range_admin_t { pub low: u32, pub high: u32, }
low: u32
high: u32