pub fn to_base64<I>(input: I) -> Stringwhere I: AsRef<[u8]>,
Encode a bag of bytes into the Base64 format