pub unsafe fn cusparseCreateBlockedEll(
spMatDescr: *mut cusparseSpMatDescr_t,
rows: i64,
cols: i64,
ellBlockSize: i64,
ellCols: i64,
ellColInd: *mut c_void,
ellValue: *mut c_void,
ellIdxType: cusparseIndexType_t,
idxBase: cusparseIndexBase_t,
valueType: cudaDataType,
) -> cusparseStatus_t