pub unsafe fn HidP_SetUsageValue<'a>(
reporttype: HIDP_REPORT_TYPE,
usagepage: u16,
linkcollection: u16,
usage: u16,
usagevalue: u32,
preparseddata: isize,
report: impl IntoParam<'a, PSTR>,
reportlength: u32,
) -> Result<()>