pub unsafe extern "C" fn svn_stringbuf_create_from_string(
str_: *const svn_string_t,
pool: *mut apr_pool_t,
) -> *mut svn_stringbuf_t
Expand description
Create a new stringbuf copied from the string @a str.
pub unsafe extern "C" fn svn_stringbuf_create_from_string(
str_: *const svn_string_t,
pool: *mut apr_pool_t,
) -> *mut svn_stringbuf_t
Create a new stringbuf copied from the string @a str.