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