pub type AES_KEY = aes_key_st;
struct AES_KEY { pub rd_key: [u32; 60], pub rounds: u32, }
rd_key: [u32; 60]
rounds: u32