pub unsafe extern "C" fn snd_ctl_add_integer_elem_set( ctl: *mut snd_ctl_t, info: *mut snd_ctl_elem_info_t, element_count: c_uint, member_count: c_uint, min: c_long, max: c_long, step: c_long, ) -> c_int