pub fn decode(s: &str, v: u8) -> Result<Vec<u8>, Error>
When decoded, resulting data is checked against the version byte as its prefix.
Note that the prefix is still the part of the result.