/*
 * call-seq:
 *      hint_byte( key, val )
 *
 * key = The hint
 *
 * val = The hint's value
 *
 * Sets a hint with a byte value
 */
static VALUE
notification_set_hint_byte( VALUE self, VALUE key, VALUE val ) {