Base64 encode the given bytes.
Declared in <util/strencodings.h>
<util/strencodings.h>
std::string EncodeBase64(std::span<unsigned char const> input);
The base64 encoding of input.