snd_pcm_name method

Pointer<Int8> snd_pcm_name(
  1. Pointer<snd_pcm_> pcm
)

Implementation

ffi.Pointer<ffi.Int8> snd_pcm_name(
  ffi.Pointer<snd_pcm_> pcm,
) {
  return _snd_pcm_name(
    pcm,
  );
}