Function windows::Win32::System::EventLog::EvtExportLog
pub unsafe fn EvtExportLog<P0, P1, P2, P3>(
session: P0,
path: P1,
query: P2,
targetfilepath: P3,
flags: u32,
) -> Result<()>where
P0: Param<EVT_HANDLE>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,