pub type ImPlotRange = ImPlotRange_c;
#[repr(C)]pub struct ImPlotRange { pub Min: f64, pub Max: f64, }
Min: f64
Max: f64