pub unsafe fn WerStoreQueryReportMetadataV3<P0, P1>(
    hreportstore: P0,
    pszreportkey: P1,
    preportmetadata: *mut WER_REPORT_METADATA_V3
) -> Result<()>
where P0: IntoParam<HREPORTSTORE>, P1: IntoParam<PCWSTR>,