pub unsafe extern "C" fn svn_checksum_clear(
checksum: *mut svn_checksum_t,
) -> *mut svn_error_t
Expand description
Set @a checksum->digest to all zeros, which, by convention, matches all other checksums.
@since New in 1.6.
pub unsafe extern "C" fn svn_checksum_clear(
checksum: *mut svn_checksum_t,
) -> *mut svn_error_t
Set @a checksum->digest to all zeros, which, by convention, matches all other checksums.
@since New in 1.6.