pub type CAST_KEY = cast_key_st;
struct CAST_KEY { pub data: [u32; 32], pub short_key: i32, }
data: [u32; 32]
short_key: i32