pub unsafe extern "C" fn NK_connect_with_path(
    path: *const c_char
) -> c_int
Expand description

Connects to a device with the given path. The path is a USB device path as returned by hidapi. @param path the device path @return 1 on successful connection, 0 otherwise