Function GetLogContainerName
pub unsafe fn GetLogContainerName<P2>(
hlog: HANDLE,
cidlogicalcontainer: u32,
pwstrcontainername: P2,
clencontainername: u32,
pcactuallencontainername: *mut u32,
) -> Result<()>where
P2: Param<PCWSTR>,