fn fmt_type<'cx>(
    t: &Type,
    f: &mut Formatter<'_>,
    use_absolute: bool,
    cx: &'cx Context<'_>
) -> Result