Function windows::Win32::System::ErrorReporting::WerReportAddFile

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