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