Type Alias gstreamer_sys::GstTagForeachFunc
source · pub type GstTagForeachFunc = Option<unsafe extern "C" fn(_: *const GstTagList, _: *const c_char, _: gpointer)>;
Aliased Type§
enum GstTagForeachFunc {
None,
Some(unsafe extern "C" fn(_: *const GstTagList, _: *const i8, _: *mut c_void)),
}