pub type GClearHandleFunc = Option<unsafe extern "C" fn(_: c_uint)>;
enum GClearHandleFunc { None, Some(unsafe extern "C" fn(_: u32)), }
No value.
Some value of type T.
T