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