pub unsafe extern "C" fn utf8proc_category_string(
codepoint: utf8proc_int32_t,
) -> *const c_charExpand description
Return the two-letter (nul-terminated) Unicode category string for
the codepoint (e.g. "Lu" or "Co").
pub unsafe extern "C" fn utf8proc_category_string(
codepoint: utf8proc_int32_t,
) -> *const c_charReturn the two-letter (nul-terminated) Unicode category string for
the codepoint (e.g. "Lu" or "Co").