pub type DES_cblock = DES_cblock_st;
#[repr(C)]pub struct DES_cblock { pub bytes: [u8; 8], }
bytes: [u8; 8]