VARP demosaicing(VARP src, int code, {int dstCn = 0}) { throw UnimplementedError(); // final pOut = c.mnn_cv_demosaicing(src.ptr, code, dstCn); // final rval = VARP.fromPointer(pOut); // return rval; }