pub unsafe extern "C" fn svn_stringbuf_chop(
str_: *mut svn_stringbuf_t,
nbytes: apr_size_t,
)
Expand description
Chop @a nbytes bytes off end of @a str, but not more than @a str->len.
pub unsafe extern "C" fn svn_stringbuf_chop(
str_: *mut svn_stringbuf_t,
nbytes: apr_size_t,
)
Chop @a nbytes bytes off end of @a str, but not more than @a str->len.