pub fn many0<I: Clone + InputLength, O, E, F>( parser: impl FnMut(I) -> NomRes<I, O, E, F>, ) -> impl FnMut(I) -> NomRes<I, Vec<O>, !, F>