pub type Rect2D = Rect2D_;
struct Rect2D { pub x: i32, pub y: i32, pub width: i32, pub height: i32, }
x: i32
y: i32
width: i32
height: i32