pub unsafe extern "C" fn cusparseCreateConstCoo(
spMatDescr: *mut cusparseConstSpMatDescr_t,
rows: i64,
cols: i64,
nnz: i64,
cooRowInd: *const c_void,
cooColInd: *const c_void,
cooValues: *const c_void,
cooIdxType: cusparseIndexType_t,
idxBase: cusparseIndexBase_t,
valueType: cudaDataType,
) -> cusparseStatus_t