pub unsafe extern "C" fn svn_cmdline_cstring_to_utf8(
dest: *mut *const c_char,
src: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Set @a *dest to a UTF-8-encoded C string from input-encoded C string @a src; allocate @a *dest in @a pool.