pub unsafe extern "C" fn mbedtls_ripemd160(
    input: *const u8,
    ilen: usize,
    output: *mut u8,
) -> i32Expand description
\brief Output = RIPEMD-160( input buffer )
\param input buffer holding the data \param ilen length of the input data \param output RIPEMD-160 checksum result
\return 0 if successful