Function hid_send_feature_report

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