hid_version_str method

Pointer<Char> hid_version_str()

@brief Get a runtime version string of the library.

This function is thread-safe.

@ingroup API

@returns Pointer to statically allocated string, that contains version string.

Implementation

ffi.Pointer<ffi.Char> hid_version_str() {
  return _hid_version_str();
}