Type Alias GstPlayer Signal Dispatcher Func 
Source pub type GstPlayerSignalDispatcherFunc = Option<unsafe extern "C" fn(gpointer)>;Aliased Type§
pub enum GstPlayerSignalDispatcherFunc {
    None,
    Some(unsafe extern "C" fn(*mut c_void)),
}