pub fn split(in_bytes: &[u8]) -> Option<Vec<Vec<u8>>>
Convenience function that consumes the whole byte string at once. Returns None if the input was erroneous.