pub type DES_key_schedule = DES_ks;
struct DES_key_schedule { pub subkeys: [[u32; 2]; 16], }
subkeys: [[u32; 2]; 16]