How to replace cusparseScsrmm2 with cusparseSpMM

as cuSPARSE :: CUDA Toolkit Documentation said,
cusparseScsrmm2 won’t be supported , so we need to change cusparseScsrmm2 to cusparseSpMM. But how to?Anyboby kown this?