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