pub fn walk_suffixedexpr<T: AstVisitor<E>, E>(
    expr: &SuffixedExpr,
    visitor: &mut T
) -> Result<(), E>