pub unsafe extern "C" fn ctr_decrypt( ct: *const c_uchar, pt: *mut c_uchar, len: c_ulong, ctr: *mut symmetric_CTR, ) -> c_int