pub unsafe extern "C" fn svn_node_kind_to_word(
kind: svn_node_kind_t,
) -> *const c_charExpand description
Return a constant string expressing @a kind as an English word, e.g., “file”, “dir”, etc. The string is not localized, as it may be used for client<->server communications. If the kind is not recognized, return “unknown”.
@since New in 1.6.