pub unsafe fn WerReportSetUIOption<P0, P1>(
    hreporthandle: P0,
    repuitypeid: WER_REPORT_UI,
    pwzvalue: P1
) -> Result<()>
where P0: IntoParam<HREPORT>, P1: IntoParam<PCWSTR>,