pub type custom_draw_callback = Option<unsafe extern "C" fn(arg1: *mut Fl_Widget, arg2: *mut c_void)>;
enum custom_draw_callback { None, Some(unsafe extern "C" fn(_: *mut Fl_Widget, _: *mut c_void)), }
No value.
Some value of type T.
T