pub unsafe extern "C" fn svn_utf_string_to_utf8(
dest: *mut *const svn_string_t,
src: *const svn_string_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Set @a *dest to a utf8-encoded string from native string @a src; allocate @a *dest in @a pool.