VARP transpose1(VARP x, VARP perm) { final rval = VARP.fromPointer(C.mnn_expr_Transpose_1(x.ptr, perm.ptr)); return rval; }