pub unsafe extern "C" fn svn_stringbuf_create_from_string(
str_: *const svn_string_t,
pool: *mut apr_pool_t,
) -> *mut svn_stringbuf_tExpand 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_tCreate a new stringbuf copied from the string @a str.