pub fn base64_decode<T>(data: T) -> Result<Vec<u8>>where T: AsRef<[u8]>,
Decode the base64 encoded data.