Function windows::Win32::System::EventLog::OpenEventLogW
pub unsafe fn OpenEventLogW<P0, P1>(
lpuncservername: P0,
lpsourcename: P1,
) -> Result<HANDLE>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,