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