pub fn base64_decode(text: &str) -> Option<Vec<u8>>
The inverse; None on anything that is not padded standard base64.
None