snd_hctl_last_elem method

Pointer<snd_hctl_elem_> snd_hctl_last_elem(
  1. Pointer<snd_hctl_> hctl
)

Implementation

ffi.Pointer<snd_hctl_elem_> snd_hctl_last_elem(
  ffi.Pointer<snd_hctl_> hctl,
) {
  return _snd_hctl_last_elem(
    hctl,
  );
}