struct EE::System::RC4::RC4Key

struct RC4Key {
    // fields

    Uint8 state[256];
};