pub type ImRect = ImRect_c;
#[repr(C)]pub struct ImRect { pub Min: ImVec2_c, pub Max: ImVec2_c, }
Min: ImVec2_c
Max: ImVec2_c