Determines the numeric value of a character as a hexidecimal digit.
a Unicode character
If @c is a hex digit (according to g_unichar_isxdigit()), its numeric value. Otherwise, -1.
See Implementation
Determines the numeric value of a character as a hexidecimal digit.