ArcFourCipherState
ArcFourCipherState *cipher_state = NULL;
if (state != NULL && (state->length != sizeof(ArcFourCipherState)))
cipher_state = (ArcFourCipherState *)(void *)state->data;
new_state->length = sizeof (ArcFourCipherState);