pub unsafe extern "C" fn utf8proc_errmsg(
errcode: utf8proc_ssize_t,
) -> *const c_charExpand description
Returns an informative error string for the given utf8proc error code (e.g. the error codes returned by utf8proc_map()).
pub unsafe extern "C" fn utf8proc_errmsg(
errcode: utf8proc_ssize_t,
) -> *const c_charReturns an informative error string for the given utf8proc error code (e.g. the error codes returned by utf8proc_map()).