Skip to main content

svn_utf_cstring_from_utf8_string

Function svn_utf_cstring_from_utf8_string 

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

Set @a *dest to a natively-encoded C string from utf8 string @a src; allocate @a *dest in @a pool.