pub type IntervalTreeRoot = RBRootLeftCached;
#[repr(C)]pub struct IntervalTreeRoot { pub rb_root: RBRoot, pub rb_leftmost: *mut RBNode, }
rb_root: RBRoot
rb_leftmost: *mut RBNode