pub fn base64_decode(input: &str) -> Option<Vec<u8>>
Decode a base64 string into raw bytes.
Returns None if the input is not valid base64.
None