pub unsafe fn HidP_GetUsagesEx<'a>(
reporttype: HIDP_REPORT_TYPE,
linkcollection: u16,
buttonlist: *mut USAGE_AND_PAGE,
usagelength: *mut u32,
preparseddata: isize,
report: impl IntoParam<'a, PSTR>,
reportlength: u32,
) -> Result<()>