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