pub unsafe extern "C" fn svn_prop_hash_to_array(
hash: *const apr_hash_t,
pool: *mut apr_pool_t,
) -> *mut apr_array_header_t
Expand description
Given a hash (keys const char * and values const svn_string_t) of properties, returns an array of svn_prop_t items using @a pool.
@since New in 1.5.