Function hid_write

Source
pub unsafe extern "C" fn hid_write(
    device: *mut hid_device,
    data: *const c_uchar,
    length: size_t,
) -> c_int