pub fn decode(data: &str) -> Option<Vec<u8>>
Tries to decode a base64 string into a byte vector. Returns None if something fails.
None