VARP reverseSequence(VARP x, VARP y, int batchDim, int seqDim) => VARP.fromPointer(C.mnn_expr_ReverseSequence(x.ptr, y.ptr, batchDim, seqDim));