snd_hctl_elem_get_hctl method

Pointer<snd_hctl_t> snd_hctl_elem_get_hctl(
  1. Pointer<snd_hctl_elem_t> elem
)

Implementation

ffi.Pointer<snd_hctl_t> snd_hctl_elem_get_hctl(
  ffi.Pointer<snd_hctl_elem_t> elem,
) {
  return _snd_hctl_elem_get_hctl(
    elem,
  );
}