pub unsafe extern "C" fn svn_string_first_non_whitespace(
str_: *const svn_string_t,
) -> apr_size_t
Expand description
Return offset of first non-whitespace character in @a str, or return @a str->len if none.
pub unsafe extern "C" fn svn_string_first_non_whitespace(
str_: *const svn_string_t,
) -> apr_size_t
Return offset of first non-whitespace character in @a str, or return @a str->len if none.