pub unsafe extern "C" fn svn_checksum(
checksum: *mut *mut svn_checksum_t,
kind: svn_checksum_kind_t,
data: *const c_void,
len: apr_size_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Return in @a *checksum the checksum of type @a kind for the bytes beginning at @a data, and going for @a len. @a *checksum is allocated in @a pool.
@since New in 1.6.