pub unsafe extern "C" fn cbc_encrypt( pt: *const c_uchar, ct: *mut c_uchar, len: c_ulong, cbc: *mut symmetric_CBC, ) -> c_int