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