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