pub fn mutable_reference_tie<'a, T, U>( _a: &'a mut T, _b: &'a mut U, ) -> &'a mut Twhere T: ?Sized, U: ?Sized,