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