pub unsafe extern "C" fn svn_path_is_single_path_component(
name: *const c_char,
) -> svn_boolean_tExpand description
Test that @a name is a single path component, that is:
- not @c NULL or empty.
- not a `/’-separated directory path
- not empty or `..’