MFC r303046:
libc: tag the rune initialization function prototypes visibility as hidden.
It is good practice to export as few symbols as possible from your shared
libraries, so use the GCC visibility attribute in this case, matching what
Apple's libc does.
Hinted by: Apple's libc 1082.20.4
Approved by: re (gjb)