pub fn decode(src: &[u8]) -> Result<Vec<u8>, Error>
Decode bytes using the base62, return Result<Vec<u8>, Error>.
bytes
Result<Vec<u8>, Error>