pub unsafe extern "C" fn svn_stringbuf_appendstr(
targetstr: *mut svn_stringbuf_t,
appendstr: *const svn_stringbuf_t,
)
Expand description
Append the stringbuf @c appendstr onto @a targetstr.
Reallocs if necessary. @a targetstr is affected, nothing else is.