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