pub(crate) fn normalize_utf16( form: NormalizationForm, input: &[u16], buffer: &mut SmallVec<[u16; 32]>, ) -> bool