Function windows::Win32::Storage::FileSystem::AddLogContainerSet

pub unsafe fn AddLogContainerSet<P0>(
    hlog: P0,
    pcbcontainer: Option<*const u64>,
    rgwszcontainerpath: &[PCWSTR],
    preserved: Option<*mut c_void>,
) -> Result<()>
where P0: Param<HANDLE>,