pub(crate) fn encrypt_in_place_chacha20( key: &ChaCha20Key, nonce: &[u8; 12], in_out: &mut [u8], counter: u32, )