How can I retrieve the corresponding ncclComm_t from a c10d::ProcessGroupNCCL object?

I am using LibTorch to implement some functionality and need to access the corresponding ncclComm_t in c10d::ProcessGroupNCCL, but it seems that there is no provided interface for this.