pcsc_stringify_error method

Pointer<Char> pcsc_stringify_error(
  1. int arg0
)

Implementation

ffi.Pointer<ffi.Char> pcsc_stringify_error(
  int arg0,
) {
  return _pcsc_stringify_error(
    arg0,
  );
}