pub unsafe extern "system" fn HidP_UnsetUsages(
    reporttype: HIDP_REPORT_TYPE,
    usagepage: u16,
    linkcollection: u16,
    usagelist: *mut u16,
    usagelength: *mut u32,
    preparseddata: isize,
    report: PCSTR,
    reportlength: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Devices_HumanInterfaceDevice", "Win32_Foundation"