fn rewrite_bounded_lifetime(
    lt: &Lifetime,
    bounds: &[GenericBound],
    context: &RewriteContext<'_>,
    shape: Shape
) -> Option<String>