pub unsafe extern "C" fn mbedtls_sha256_clone(
    dst: *mut mbedtls_sha256_context,
    src: *const mbedtls_sha256_context,
)Expand description
\brief This function clones the state of a SHA-256 context.
\param dst The destination context. This must be initialized. \param src The context to clone. This must be initialized.