pub unsafe fn WerReportSubmit<P0>(
    hreporthandle: P0,
    consent: WER_CONSENT,
    dwflags: WER_SUBMIT_FLAGS,
    psubmitresult: Option<*mut WER_SUBMIT_RESULT>
) -> Result<()>
where P0: IntoParam<HREPORT>,