snd_hctl_name method

Pointer<Int8> snd_hctl_name(
  1. Pointer<snd_hctl_> hctl
)

Implementation

ffi.Pointer<ffi.Int8> snd_hctl_name(
  ffi.Pointer<snd_hctl_> hctl,
) {
  return _snd_hctl_name(
    hctl,
  );
}