Type Alias GstValueHashFunc
Sourcepub type GstValueHashFunc = Option<unsafe extern "C" fn(*const GValue, *mut c_uint) -> gboolean>;
Aliased Type§
pub enum GstValueHashFunc {
None,
Some(unsafe extern "C" fn(*const GValue, *mut u32) -> i32),
}