pub unsafe fn WerReportSetParameter<P0, P1, P2>(
    hreporthandle: P0,
    dwparamid: u32,
    pwzname: P1,
    pwzvalue: P2
) -> Result<()>
where P0: IntoParam<HREPORT>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,