pub unsafe fn HidP_GetCaps<P0>(
    preparseddata: P0,
    capabilities: *mut HIDP_CAPS
) -> NTSTATUS
where P0: IntoParam<PHIDP_PREPARSED_DATA>,