___runetype_l
unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure;
return ((__c < 0 || __c >= _CACHED_RUNES) ? ___runetype_l(__c, __loc) :
return ___runetype_l(c, __get_locale());