init static method

dynamic init()

Expose the hid_init function.

no need to manually call this, since hidapi will automatically call this during first hid_open.

Implementation

static init() => _hidInit();