snd_hctl_find_elem method

Implementation

ffi.Pointer<snd_hctl_elem_t> snd_hctl_find_elem(
  ffi.Pointer<snd_hctl_t> hctl,
  ffi.Pointer<snd_ctl_elem_id_t> id,
) {
  return _snd_hctl_find_elem(
    hctl,
    id,
  );
}