Function windows::Win32::System::EventLog::EvtOpenLog

pub unsafe fn EvtOpenLog<P0, P1>(
    session: P0,
    path: P1,
    flags: u32
) -> Result<EVT_HANDLE>
where P0: Param<EVT_HANDLE>, P1: Param<PCWSTR>,