pub unsafe extern "C" fn mbedtls_ripemd160_clone(
    dst: *mut mbedtls_ripemd160_context,
    src: *const mbedtls_ripemd160_context
)
Expand description

\brief Clone (the state of) a RIPEMD-160 context

\param dst The destination context \param src The context to be cloned