pub type ViewPortDrawCallback = Option<unsafe extern "C" fn(canvas: *mut Canvas, context: *mut c_void)>;
Expand description

Re-export bindings ViewPort Draw callback @warning called from GUI thread