pub unsafe extern "C" fn svn_checksum_serialize(
checksum: *const svn_checksum_t,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *const c_charExpand description
Return a serialized representation of @a checksum, allocated in @a result_pool. Temporary allocations are performed in @a scratch_pool.
Note that @a checksum may not be NULL.
@since New in 1.7.