pub unsafe extern "C" fn svn_base64_decode_string(
str_: *const svn_string_t,
pool: *mut apr_pool_t,
) -> *const svn_string_tExpand description
Decode an @c svn_stringbuf_t from base64.
A simple interface for decoding base64 data assuming we have all of it present at once. The returned string will be allocated from @c pool.