VARP cumSum(VARP x, int axis, {bool exclusive = false, bool reverse = false}) => VARP.fromPointer(C.mnn_expr_CumSum(x.ptr, axis, exclusive, reverse));