Function HidP_SetUsageValue
pub unsafe fn HidP_SetUsageValue(
reporttype: HIDP_REPORT_TYPE,
usagepage: u16,
linkcollection: Option<u16>,
usage: u16,
usagevalue: u32,
preparseddata: PHIDP_PREPARSED_DATA,
report: &mut [u8],
) -> NTSTATUS