pub fn b64_decode(input: &str) -> Result<Vec<u8>, DecodeError>
Try to decode the string, first as URL safe, then as STD.