Function av_md5_sum

pub unsafe extern "C" fn av_md5_sum(
    dst: *mut u8,
    src: *const u8,
    len: usize,
)
Expand description

Hash an array of data.

@param dst The output buffer to write the digest into @param src The data to hash @param len The length of the data, in bytes