pub unsafe extern "C" fn utf8proc_charwidth_ambiguous(
codepoint: utf8proc_int32_t,
) -> utf8proc_boolExpand description
Given a codepoint, return whether it has East Asian width class A (Ambiguous)
Codepoints with this property are considered to have charwidth 1 (if they are printable) but some East Asian fonts render them as double width.