pub type drm_update_draw_t = drm_update_draw;
struct drm_update_draw_t { pub handle: u32, pub type_: u32, pub num: u32, pub data: u64, }
handle: u32
type_: u32
num: u32
data: u64