pub unsafe extern "C" fn svn_stringbuf_leftchop(
str_: *mut svn_stringbuf_t,
nbytes: apr_size_t,
)
Expand description
Chop @a nbytes bytes off the start of @a str, but not more than @a str->len.
@since New in 1.10.
pub unsafe extern "C" fn svn_stringbuf_leftchop(
str_: *mut svn_stringbuf_t,
nbytes: apr_size_t,
)
Chop @a nbytes bytes off the start of @a str, but not more than @a str->len.
@since New in 1.10.