pub type Dims2D = cbw_Dims2D;
struct Dims2D { pub width: u16, pub height: u16, }
width: u16
height: u16