pub fn decode_vec(source: &[u8]) -> Result<Vec<u8>, ()>
Decodes the source buffer into a vector.
source