pub type grn_section = _grn_section;
#[repr(C)]pub struct grn_section { pub offset: u32, pub length: u32, pub weight: u32, pub domain: u32, }
offset: u32
length: u32
weight: u32
domain: u32