libusb_error_name method

Pointer<Char> libusb_error_name(
  1. int errcode
)

Implementation

ffi.Pointer<ffi.Char> libusb_error_name(
  int errcode,
) {
  return _libusb_error_name(
    errcode,
  );
}