Calculates the display width of a single rune.
Returns 2 for wide characters (CJK, etc.), 0 for zero-width characters, and 1 for normal characters.
int runeWidth(int rune) => uv_width.runeWidth(rune);