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