pub type GESCreateTrackElementFunc = Option<unsafe extern "C" fn(*mut GESClip, GESTrackType) -> *mut GESTrackElement>;Aliased Type§
pub enum GESCreateTrackElementFunc {
None,
Some(unsafe extern "C" fn(*mut GESClip, u32) -> *mut GESTrackElement),
}