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