sfparse_base64decode ==================== Synopsis -------- *#include * .. function:: void sfparse_base64decode(sfparse_vec *dest, const sfparse_vec *src) `sfparse_base64decode` decodes Base64 encoded string *src* and writes the result into *dest*. *src* should be the pointer to :member:`sfparse_value.vec` of type :enum:`sfparse_type.SFPARSE_TYPE_BYTESEQ` produced by either `sfparse_parser_dict`, `sfparse_parser_list`, `sfparse_parser_inner_list`, `sfparse_parser_item`, or `sfparse_parser_param`, otherwise the behavior is undefined. :member:`dest->base ` must point to the buffer that has sufficient space to store the decoded byte string. This function sets the length of decoded byte string to :member:`dest->len `.