pub type GESFormatterLoadFromURIMethod = Option<unsafe extern "C" fn(*mut GESFormatter, *mut GESTimeline, *const c_char, *mut *mut GError) -> gboolean>;Aliased Type§
pub enum GESFormatterLoadFromURIMethod {
None,
Some(unsafe extern "C" fn(*mut GESFormatter, *mut GESTimeline, *const i8, *mut *mut GError) -> i32),
}