fn backslash_x<S>(s: &S) -> (u8, &S)where S: Index<RangeFrom<usize>, Output = S> + AsRef<[u8]> + ?Sized,