Function windows::Win32::System::EventLog::EvtClearLog

pub unsafe fn EvtClearLog<P0, P1, P2>(
    session: P0,
    channelpath: P1,
    targetfilepath: P2,
    flags: u32
) -> Result<()>
where P0: Param<EVT_HANDLE>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,