pub fn decode_standard_base64(input: &str) -> Result<Vec<u8>, String>
Decode standard-alphabet base64 (with optional = padding).
=