OF_call_method_1
OF_call_method_1("backlight-on", display_ofh, 0);
OF_call_method_1("backlight-off", display_ofh, 0);
OF_call_method_1("set-contrast", display_ofh, 1, cons_brightness);
OF_call_method_1("set-colors", display_ofh, 3, &of_cmap, index, count);
int OF_call_method_1(char *method, int ihandle, int nargs, ...);