pub unsafe extern "C" fn mbedtls_poly1305_free(
    ctx: *mut mbedtls_poly1305_context
)
Expand description

\brief This function releases and clears the specified Poly1305 context.

\param ctx The Poly1305 context to clear. This may be \c NULL, in which case this function is a no-op. If it is not \c NULL, it must point to an initialized Poly1305 context.