pub unsafe fn WerReportAddFile<P0, P1>(
    hreporthandle: P0,
    pwzpath: P1,
    repfiletype: WER_FILE_TYPE,
    dwfileflags: WER_FILE
) -> Result<()>
where P0: IntoParam<HREPORT>, P1: IntoParam<PCWSTR>,