pub type PFN_cusparseDestroy = unsafe extern "C" fn(handle: cusparseHandle_t) -> cusparseStatus_t;Expand description
cuSPARSE: destroy a cuSPARSE handle. See https://docs.nvidia.com/cuda/cusparse/index.html.
pub type PFN_cusparseDestroy = unsafe extern "C" fn(handle: cusparseHandle_t) -> cusparseStatus_t;cuSPARSE: destroy a cuSPARSE handle. See https://docs.nvidia.com/cuda/cusparse/index.html.