pub fn pprint_with_default_cx<T: Pretty>( f: &mut Formatter<'_>, t: &T, cfg_key: Option<&'static str>, ) -> Result