@deftypefun {int} {gnutls_base64_encode2} (const gnutls_datum_t * @var{data}, gnutls_datum_t * @var{result}) @var{data}: contains the raw data @var{result}: will hold the newly allocated encoded data This function will convert the given data to printable data, using the base64 encoding. This function will allocate the required memory to hold the encoded data. You should use @code{gnutls_free()} to free the returned data. @strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned, otherwise an error code is returned. @strong{Since:} 3.6.0 @end deftypefun