pub unsafe extern "C" fn svn_checksum_ctx_create(
kind: svn_checksum_kind_t,
pool: *mut apr_pool_t,
) -> *mut svn_checksum_ctx_tExpand description
Create a new @c svn_checksum_ctx_t structure, allocated from @a pool for calculating checksums of type @a kind. @see svn_checksum_final()
@since New in 1.6.