_mbctolower_l - converts multibyte uppercase character to lowercase character, by using specified locale that's passed in.
More information about these methods are available at: https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/mbctolower...
More information about application crash: https://bugs.winehq.org/show_bug.cgi?id=45273
-- v6: msvcrt: Add _mbsupr_s_l partial implementation. msvcrt: Add _mbslwr_s_l partial implementation.