Function WerReportAddDump
pub unsafe fn WerReportAddDump(
hreporthandle: HREPORT,
hprocess: HANDLE,
hthread: Option<HANDLE>,
dumptype: WER_DUMP_TYPE,
pexceptionparam: Option<*const WER_EXCEPTION_INFORMATION>,
pdumpcustomoptions: Option<*const WER_DUMP_CUSTOM_OPTIONS>,
dwflags: u32,
) -> Result<()>