pub unsafe extern "C" fn svn_stringbuf_set(
str_: *mut svn_stringbuf_t,
value: *const c_char,
)
Expand description
Set @a str to a copy of the null-terminated C string @a value.
pub unsafe extern "C" fn svn_stringbuf_set(
str_: *mut svn_stringbuf_t,
value: *const c_char,
)
Set @a str to a copy of the null-terminated C string @a value.