crt: fix compilation of tests for mbrlen, mbrtowc and wcrtomb funtions Compilation of tests for mbrlen, mbrtowc and wcrtomb fails with UCRT. UCRT's mbstate_t is a structure and cannot be directly assigned a value. To fix this, define a function to set mbstate_t's conversion state. Signed-off-by: Kirill Makurin <maiddaisuki@outlook.com> Signed-off-by: LIU Hao <lh_mouse@126.com>