snd_hctl_first_elem method

Pointer<snd_hctl_elem_t> snd_hctl_first_elem(
  1. Pointer<snd_hctl_t> hctl
)

Implementation

ffi.Pointer<snd_hctl_elem_t> snd_hctl_first_elem(
  ffi.Pointer<snd_hctl_t> hctl,
) {
  return _snd_hctl_first_elem(
    hctl,
  );
}