pub fn decompose_to_buffer(input: &str, kind: DecompKind, out: &mut Vec<u32>)Expand description
Decompose input into out using the requested table. The payload
tables are already fully expanded (the generator script flattens
nested decompositions), so a single lookup per code point is
sufficient - no recursion needed at runtime.