pub fn decode_checkpoint_token( token: &str, ) -> Result<CheckpointTokenData, TestError>
Decode a checkpoint token string to data.
token
The decoded checkpoint token data, or an error if decoding fails.