pub type snd_hctl_compare_t = Option<unsafe extern "C" fn(e1: *const snd_hctl_elem_t, e2: *const snd_hctl_elem_t) -> c_int>;Aliased Type§
pub enum snd_hctl_compare_t {
None,
Some(unsafe extern "C" fn(*const _snd_hctl_elem, *const _snd_hctl_elem) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _snd_hctl_elem, *const _snd_hctl_elem) -> i32)
Some value of type T.