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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GESClip, _: u32) -> *mut GESTrackElement)

Some value of type T.