Skip to main content

svn_cmdline_cstring_from_utf8

Function svn_cmdline_cstring_from_utf8 

Source
pub unsafe extern "C" fn svn_cmdline_cstring_from_utf8(
    dest: *mut *const c_char,
    src: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Set @a *dest to an output-encoded C string from UTF-8 C string @a src; allocate @a *dest in @a pool.