pub fn token_sep0(s: Span<'_>) -> IResult<Span<'_>, ()>
Parse either nothing, or anything that can separate tokens, including spaces, comments, etc.