#include void base64_encode(const unsigned char *data, size_t input_length, size_t *output_length, char *encoded_data);