pub type GstTaskThreadFunc = Option<unsafe extern "C" fn(*mut GstTask, *mut GThread, gpointer)>;
pub enum GstTaskThreadFunc { None, Some(unsafe extern "C" fn(*mut GstTask, *mut GThread, *mut c_void)), }
No value.
Some value of type T.
T