pub(crate) fn rewrite_field(
    context: &RewriteContext<'_>,
    field: &ExprField,
    shape: Shape,
    prefix_max_width: usize
) -> Option<String>