How to create LSTMCell object in C++ API?

It seemed that Only torch::nn::LSTM has been exported, LSTMCell and CellParams are just defined in cpp file that has not been exported for C++ API usage. Then how if I want to use LSTMCell directly?

Thank you very much!

Edit: The duplicated question. The answer is NO equivalent API in C++ now.