snd_hctl_name method

Pointer<Char> snd_hctl_name(
  1. Pointer<snd_hctl_t> hctl
)

Implementation

ffi.Pointer<ffi.Char> snd_hctl_name(
  ffi.Pointer<snd_hctl_t> hctl,
) {
  return _snd_hctl_name(
    hctl,
  );
}