pub type LeaseBreak = ([u8; 16], u32, u32, u16, Sender<Vec<u8>>, BreakCrypto);
One lease-break notification: (key, old_state, new_state, epoch, outbound, crypto) for a holder that must be broken ([MS-SMB2] §3.3.4.7).
(key, old_state, new_state, epoch, outbound, crypto)