pub fn strwidth(text: &str) -> Result<usize, Error>
Binding to nvim_strwidth.
nvim_strwidth
Calculates the number of display cells occupied by text. Control characters like <Tab> count as one cell.
text
<Tab>