pub unsafe extern "C" fn mbedtls_md5_starts(
    ctx: *mut mbedtls_md5_context
) -> c_int
Expand description

\brief MD5 context setup

\param ctx context to be initialized

\return 0 if successful

\warning MD5 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.