svn_string_create

Function svn_string_create 

Source
pub unsafe extern "C" fn svn_string_create(
    cstring: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_string_t
Expand description

Create a new string copied from the null-terminated C string @a cstring.