Converts all uppercase ASCII letters to lowercase ASCII letters.
Return: passed-in @string pointer, with all the uppercase characters converted to lowercase in place, with semantics that exactly match g_ascii_tolower().
See Implementation
Converts all uppercase ASCII letters to lowercase ASCII letters.
Return: passed-in @string pointer, with all the uppercase characters converted to lowercase in place, with semantics that exactly match g_ascii_tolower().