pub type EvDraw = _evdraw_t;
#[repr(C)]pub struct EvDraw { pub ctx: *mut _dctx_t, pub x: f32, pub y: f32, pub width: f32, pub height: f32, }
ctx: *mut _dctx_t
x: f32
y: f32
width: f32
height: f32