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.
pub unsafe extern "C" fn svn_string_create(
cstring: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_string_t
Create a new string copied from the null-terminated C string @a cstring.