fn increment(data: Vec<u8>) -> Option<Vec<u8>>
Try and increment the bytes from right to left.
Returns None if all bytes are set to u8::MAX.
None
u8::MAX