Function windows::Win32::Storage::FileSystem::RemoveLogContainerSet

pub unsafe fn RemoveLogContainerSet<P0, P1>(
    hlog: P0,
    rgwszcontainerpath: &[PCWSTR],
    fforce: P1,
    preserved: Option<*mut c_void>,
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<BOOL>,