Function windows::Win32::Devices::HumanInterfaceDevice::HidP_GetUsagesEx
pub unsafe fn HidP_GetUsagesEx<P0>(
reporttype: HIDP_REPORT_TYPE,
linkcollection: u16,
buttonlist: *mut USAGE_AND_PAGE,
usagelength: *mut u32,
preparseddata: P0,
report: &[u8],
) -> NTSTATUSwhere
P0: Param<PHIDP_PREPARSED_DATA>,