pub unsafe extern "C" fn svn_stringbuf_isempty(
str_: *const svn_stringbuf_t,
) -> svn_boolean_tExpand description
Return @c TRUE if @a str is empty (has length zero).
pub unsafe extern "C" fn svn_stringbuf_isempty(
str_: *const svn_stringbuf_t,
) -> svn_boolean_tReturn @c TRUE if @a str is empty (has length zero).