pub fn take_until_unbalanced( opening_bracket: char, closing_bracket: char, ) -> impl Fn(&[u8]) -> IResult<&[u8], &[u8]>