pub unsafe extern "C" fn svn_subst_translate_cstring(
src: *const c_char,
dst: *mut *const c_char,
eol_str: *const c_char,
repair: svn_boolean_t,
keywords: *const svn_subst_keywords_t,
expand: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_subst_translate_cstring2() except that @a keywords is a @c svn_subst_keywords_t struct instead of a keywords hash.
@deprecated Provided for backward compatibility with the 1.2 API.