OF_call_method
OF_call_method("dma-free", op->handle, 2, 0,
OF_call_method("dma-alloc", handle, 1, 1, MAXBSIZE, &ofdev->dmabuf);
int OF_call_method(char *method, int ihandle, int nargs, int nreturns, ...);
OF_call_method("color!", sc->sc_ofhandle, 4, 0, *r, *g, *b,
OF_call_method("color!", sc->sc_ofhandle, 4, 0, r, g, b, index);
int OF_call_method(char *method, int ihandle, int nargs, int nreturns, ...);