pub type MIN_MAX = _min_max;
#[repr(C)]pub struct MIN_MAX { pub fMin: f32, pub fMax: f32, }
fMin: f32
fMax: f32