pub unsafe fn WerReportCreate<P0>(
    pwzeventtype: P0,
    reptype: WER_REPORT_TYPE,
    preportinformation: Option<*const WER_REPORT_INFORMATION>
) -> Result<HREPORT>
where P0: IntoParam<PCWSTR>,