VARP sort(VARP x, {int axis = -1, bool arg = false, bool descend = false}) => VARP.fromPointer(C.mnn_expr_Sort(x.ptr, axis, arg, descend));