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