Type Alias GstControl Source GetValue Array 
Source pub type GstControlSourceGetValueArray = Option<unsafe extern "C" fn(*mut GstControlSource, GstClockTime, GstClockTime, c_uint, *mut c_double) -> gboolean>;Aliased Type§
pub enum GstControlSourceGetValueArray {
    None,
    Some(unsafe extern "C" fn(*mut GstControlSource, u64, u64, u32, *mut f64) -> i32),
}