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