version method

@brief Get a runtime version of the library.

@ingroup API

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

Implementation

ffi.Pointer<hid_api_version> version() {
  return _version();
}