pub type mbRect = _mbRect;
struct mbRect { pub x: i32, pub y: i32, pub w: i32, pub h: i32, }
x: i32
y: i32
w: i32
h: i32