macro_rules! ucharvec { ($($tts:expr),*) => { ... }; ($($id:ident ~ $tts:expr),*) => { ... }; }
Create a CharVec with unsafe code