snd_hctl_close method

int snd_hctl_close(
  1. Pointer<snd_hctl_t> hctl
)

Implementation

int snd_hctl_close(
  ffi.Pointer<snd_hctl_t> hctl,
) {
  return _snd_hctl_close(
    hctl,
  );
}