pub type switch_image_rect_t = switch_image_rect;
#[repr(C)]pub struct switch_image_rect_t { pub x: u32, pub y: u32, pub w: u32, pub h: u32, }
x: u32
y: u32
w: u32
h: u32