/*
 * call-seq:
 *      hint32( key, val )
 *
 * key = The hint
 *
 * val = The hint's value
 *
 * Sets a hint with a 32-bit integer value
 */
static VALUE
notification_set_hint32( VALUE self, VALUE key, VALUE val ) {