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