pub fn decode_base64(raw: impl AsRef<str>) -> Result<String, ExecuteError>
Decodes the given base64 string to a normal string if it is UTF-8.
raw
The decoded string the raw Base64 text represents.
This function errors if the given text was not valid UTF-8.