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