snd_hctl_open_ctl method

int snd_hctl_open_ctl(
  1. Pointer<Pointer<snd_hctl_t>> hctlp,
  2. Pointer<snd_ctl_t> ctl
)

Implementation

int snd_hctl_open_ctl(
  ffi.Pointer<ffi.Pointer<snd_hctl_t>> hctlp,
  ffi.Pointer<snd_ctl_t> ctl,
) {
  return _snd_hctl_open_ctl(
    hctlp,
    ctl,
  );
}