pub fn run_test<E, F>(file: &Path, func: F) -> Result<(), Box<dyn Error>>where E: StructOptInternal + Debug, F: Fn(&mut Vec<Block<'_, E>>),