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