pub type PFN_cusparseDestroySpMat = unsafe extern "C" fn(descr: cusparseSpMatDescr_t) -> cusparseStatus_t;Expand description
cuSPARSE: destroy a sparse-matrix descriptor. See https://docs.nvidia.com/cuda/cusparse/index.html.
pub type PFN_cusparseDestroySpMat = unsafe extern "C" fn(descr: cusparseSpMatDescr_t) -> cusparseStatus_t;cuSPARSE: destroy a sparse-matrix descriptor. See https://docs.nvidia.com/cuda/cusparse/index.html.