fn skip_text<'a>(data: &'a [u8], text: &[u8]) -> Option<&'a [u8]>
Skip the given text. Returns None if the text was not found
None