pub type range_T = RANGE_STRUCT;
#[repr(C)]pub struct range_T { pub from: u32, pub to: u32, }
from: u32
to: u32