pub type GstInstallPluginsResultFunc = Option<unsafe extern "C" fn(GstInstallPluginsReturn, gpointer)>;
pub enum GstInstallPluginsResultFunc { None, Some(unsafe extern "C" fn(i32, *mut c_void)), }
No value.
Some value of type T.
T