pub unsafe fn WerStoreGetFirstReportKey<P0>(
    hreportstore: P0,
    ppszreportkey: Option<*mut PCWSTR>
) -> Result<()>
where P0: IntoParam<HREPORTSTORE>,