static VALUE t_unwatch_pid (VALUE self, VALUE sig) { evma_unwatch_pid(NUM2ULONG (sig)); return Qnil; }
static VALUE t_unwatch_pid (VALUE self UNUSED, VALUE sig) { evma_unwatch_pid(NUM2BSIG (sig)); return Qnil; }