fn check_slice_validity(slice: &[u8]) -> bool
check that each char in the slice is either:
%x21
%x23
%x7E
%x80