pub fn fold_stmt_aug_assign<U, F: Fold<U> + ?Sized>(
    folder: &mut F,
    node: StmtAugAssign<U>
) -> Result<StmtAugAssign<F::TargetU>, F::Error>