VARP histogram(VARP x, int bin, int min, int max, {int channel = -1}) => VARP.fromPointer(C.mnn_expr_Histogram(x.ptr, bin, min, max, channel));