Type Alias alsa_sys::snd_hctl_elem_callback_t
source · pub type snd_hctl_elem_callback_t = Option<unsafe extern "C" fn(elem: *mut snd_hctl_elem_t, mask: c_uint) -> c_int>;
Expand description
\brief HCTL element callback function \param elem HCTL element \param mask event mask \return 0 on success otherwise a negative error code
Aliased Type§
enum snd_hctl_elem_callback_t {
None,
Some(unsafe extern "C" fn(_: *mut _snd_hctl_elem, _: u32) -> i32),
}