pub type Rect = krun_rect;
#[repr(C)]pub struct Rect { pub x: u32, pub y: u32, pub width: u32, pub height: u32, }
x: u32
y: u32
width: u32
height: u32