pub type Dims2D = cbw_Dims2D;
#[repr(C)]pub struct Dims2D { pub width: u16, pub height: u16, }
width: u16
height: u16