Function windows::Win32::System::EventLog::ClearEventLogA
pub unsafe fn ClearEventLogA<P0, P1>(
heventlog: P0,
lpbackupfilename: P1,
) -> Result<()>where
P0: Param<HANDLE>,
P1: Param<PCSTR>,