pub fn to_base64<S>(bytes: &[u8], serializer: S) -> Result<S::Ok, S::Error>where
    S: Serializer,