pub unsafe extern "C" fn svn_prop_array_to_hash(
properties: *const apr_array_header_t,
result: *mut apr_pool_t,
) -> *mut apr_hash_t
Expand description
Given an array of svn_prop_t items, return a hash mapping const char * property names to const svn_string_t * values.
@warning The behaviour on #svn_prop_t objects with a @c NULL @c svn_prop_t.value member is undefined.
@since New in 1.7.