snd_strerror method

Pointer<Int8> snd_strerror(
  1. int errnum
)

Implementation

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