How to determine default character set

I want to find out the default LMBCS characterset via the C API. The OSGetLMBCSCLS() call

returns a pointer to the struct NLS_INFO, but

there does not seem to be a defination of

this structure anywhere, it is just void.

Is there some other way to get the info, or can

anyone provide the definition of the structure?