Converts all lower case ASCII letters to upper case ASCII letters.
a GString
passed-in string pointer, with all the lower case characters converted to upper case in place, with semantics that exactly match g_ascii_toupper().
See Implementation
Converts all lower case ASCII letters to upper case ASCII letters.