pub unsafe extern "C" fn EverCrypt_AEAD_free(
    s: *mut EverCrypt_AEAD_state_s
)
Expand description

Cleanup and free the AEAD state.

@param s State of the AEAD algorithm.