pub type GESCreateTrackElementsFunc = Option<unsafe extern "C" fn(*mut GESClip, GESTrackType) -> *mut GList>;
pub enum GESCreateTrackElementsFunc { None, Some(unsafe extern "C" fn(*mut GESClip, u32) -> *mut GList), }
No value.
Some value of type T.
T