pub(super) unsafe fn encode_bulk<A: SimdAlphabet>( input: &[u8], output: &mut [u8], ) -> (usize, usize)
Encode leading whole 24-byte input groups (24 in -> 32 out per iteration).
The running CPU must support AVX2.