Function windows::Win32::System::ErrorReporting::WerStoreUploadReport

pub unsafe fn WerStoreUploadReport<P0, P1>(
    hreportstore: P0,
    pszreportkey: P1,
    dwflags: u32,
    psubmitresult: Option<*mut WER_SUBMIT_RESULT>,
) -> Result<()>
where P0: Param<HREPORTSTORE>, P1: Param<PCWSTR>,