pub(crate) fn maybe_reserve_buffer_space( form: NormalizationForm, input_len: usize, tail_len: usize, buffer: &mut SmallVec<[u16; 32]>, ) -> bool