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