pub unsafe extern "C" fn svn_checksum_deserialize(
checksum: *mut *const svn_checksum_t,
data: *const c_char,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Return @a checksum from the serialized format at @a data. The checksum will be allocated in @a result_pool, with any temporary allocations performed in @a scratch_pool.
@since New in 1.7.