pub unsafe extern "C" fn esp_aes_xts_free(
    ctx: *mut esp_aes_xts_context
)
Expand description

\brief This function releases and clears the specified AES XTS context.

\param ctx The AES XTS context to clear.