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