snd_strerror method

Pointer<Char> snd_strerror(
  1. int errnum
)

Implementation

ffi.Pointer<ffi.Char> snd_strerror(
  int errnum,
) {
  return _snd_strerror(
    errnum,
  );
}