gio_intr_establish
void *gio_intr_establish(int, int, int (*)(void *), void *);
return (gio_intr_establish(slot, level, func, arg));