pub unsafe fn cusparseCreateBsr(
spMatDescr: *mut cusparseSpMatDescr_t,
brows: i64,
bcols: i64,
bnnz: i64,
rowBlockSize: i64,
colBlockSize: i64,
bsrRowOffsets: *mut c_void,
bsrColInd: *mut c_void,
bsrValues: *mut c_void,
bsrRowOffsetsType: cusparseIndexType_t,
bsrColIndType: cusparseIndexType_t,
idxBase: cusparseIndexBase_t,
valueType: cudaDataType,
order: cusparseOrder_t,
) -> cusparseStatus_t