pub type cef_range_t = _cef_range_t;
Structure representing a range.
#[repr(C)]pub struct cef_range_t { pub from: u32, pub to: u32, }
from: u32
to: u32