pub fn print_lock_table<I>(headers: bool, chunk: I, ctx: &Ctx) -> Result<()>where I: IntoIterator<Item = ListedLock>,