Type Alias GstPlugin Init Full Func 
Source pub type GstPluginInitFullFunc = Option<unsafe extern "C" fn(*mut GstPlugin, gpointer) -> gboolean>;Aliased Type§
pub enum GstPluginInitFullFunc {
    None,
    Some(unsafe extern "C" fn(*mut GstPlugin, *mut c_void) -> i32),
}