pub unsafe extern "C" fn svn_checksum_final(
checksum: *mut *mut svn_checksum_t,
ctx: *const svn_checksum_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Finalize the checksum used when creating @a ctx, and put the resultant checksum in @a *checksum, allocated in @a pool.
@since New in 1.6.