pub unsafe extern "C" fn svn_stringbuf_create(
cstring: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_stringbuf_t
Expand description
Create a new stringbuf copied from the null-terminated C string @a cstring.
pub unsafe extern "C" fn svn_stringbuf_create(
cstring: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_stringbuf_t
Create a new stringbuf copied from the null-terminated C string @a cstring.