Type Definition GstPluginInitFunc
gst::ffi
type GstPluginInitFunc = Option<extern "C" fn(plugin: *mut GstPlugin) -> gboolean>;