pub const fn select_mut<'a, 'b: 'a, 'c: 'a, T>( condition: bool, true_: &'b mut T, false_: &'c mut T, ) -> &'a mut T