pub unsafe extern "C" fn cusparseGetVersion(
handle: cusparseHandle_t,
version: *mut c_int,
) -> cusparseStatus_tExpand description
This function returns the version number of the cuSPARSE library.
ยงParameters
handle: cuSPARSE handle.version: The version number of the library.