wcswidth

Function wcswidth 

Source
pub unsafe extern "C" fn wcswidth(
    __s: *const wchar_t,
    __n: usize,
) -> c_int
Expand description

Determine number of column positions required for first N wide characters (or fewer if S ends before this) in S.