pub unsafe extern "C" fn av_md5_sum( dst: *mut u8, src: *const u8, len: usize, )
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