pub type BbI = BB<TPtI>;
struct BbI { pub x: u32, pub y: u32, pub w: u32, pub h: u32, }
x: u32
y: u32
w: u32
h: u32
s