pub fn decrease_last_offset( first_offset: usize, last_offset: usize, count: usize, ) -> usize
Decreases the last offset of a range without ever going behind the first offset.