pub fn base64_decode(input: &str) -> Result<Vec<u8>, DecodeError>
Decode a base64-encoded string to raw bytes.