pub type Recti = nk_recti;
#[repr(C)]pub struct Recti { pub x: i16, pub y: i16, pub w: i16, pub h: i16, }
x: i16
y: i16
w: i16
h: i16