Function windows::Win32::System::EventLog::ReportEventW

pub unsafe fn ReportEventW<P0, P1>(
    heventlog: P0,
    wtype: REPORT_EVENT_TYPE,
    wcategory: u16,
    dweventid: u32,
    lpusersid: P1,
    dwdatasize: u32,
    lpstrings: Option<&[PCWSTR]>,
    lprawdata: Option<*const c_void>
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<PSID>,