void rc4_init(rc4_state_t* state, void* key, size_t keylen);
Initializes the RC4 state in state with the key of length keylen pointed to by key.
void rc4_init(rc4_state_t* state, void* key, size_t keylen);
Initializes the RC4 state in state with the key of length keylen pointed to by key.