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

\brief This function clones the state of a SHA-3 context.

\param dst The destination context. This must be initialized. \param src The context to clone. This must be initialized.