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