pub type BbS = BB<TPtS>;
pub struct BbS { pub x: i64, pub y: i64, pub w: i64, pub h: i64, }
x: i64
y: i64
w: i64
h: i64