pub unsafe extern "C" fn svn_fs_parse_id(
data: *const c_char,
len: apr_size_t,
pool: *mut apr_pool_t,
) -> *mut svn_fs_id_t
Expand description
@note This function is not guaranteed to work with all filesystem types. There is currently no un-deprecated equivalent; contact the Subversion developers if you have a need for it.
@deprecated Provided for backward compatibility with the 1.0 API.