pub fn keep_second_mut<A, B>(tuple: &mut (A, B)) -> &mut B
Returns a mutable reference to the second element of a mutable tuple reference.