pub unsafe extern "C" fn svn_hash_write2(
hash: *mut apr_hash_t,
stream: *mut svn_stream_t,
terminator: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Dump @a hash to @a stream. Use @a pool for all allocations. @a hash has const char * keys and svn_string_t * values. If @a terminator is not NULL, terminate the hash with a line containing @a terminator.
@since New in 1.1.