pub type drm_clip_rect_t = drm_clip_rect;
struct drm_clip_rect_t { pub x1: u16, pub y1: u16, pub x2: u16, pub y2: u16, }
x1: u16
y1: u16
x2: u16
y2: u16