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