pub fn fold_stmt_match<U, F>(
    folder: &mut F,
    node: StmtMatch<U>
) -> Result<StmtMatch<<F as Fold<U>>::TargetU>, <F as Fold<U>>::Error>where
    F: Fold<U> + ?Sized,