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