pub unsafe extern "C" fn mbedtls_sha3_init(
    ctx: *mut mbedtls_sha3_context
)
Expand description

\brief This function initializes a SHA-3 context.

\param ctx The SHA-3 context to initialize. This must not be \c NULL.