WerReportAddFile

Function WerReportAddFile 

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