pub unsafe extern "C" fn md5(
    input: *const c_uchar,
    ilen: usize,
    output: *mut c_uchar
)
Expand description

\brief Output = MD5( input buffer )

\param input buffer holding the data \param ilen length of the input data \param output MD5 checksum result