Function windows::Win32::Devices::HumanInterfaceDevice::HidP_SetUsageValue
pub unsafe fn HidP_SetUsageValue<P0>(
reporttype: HIDP_REPORT_TYPE,
usagepage: u16,
linkcollection: u16,
usage: u16,
usagevalue: u32,
preparseddata: P0,
report: &mut [u8],
) -> NTSTATUSwhere
P0: Param<PHIDP_PREPARSED_DATA>,