pub(crate) unsafe fn encrypt<const KEYS: usize>( keys: &[__m128i; KEYS], block: InOut<'_, '_, Block>, )