pub unsafe fn cusparseCgebsr2csr(
handle: cusparseHandle_t,
dirA: cusparseDirection_t,
mb: c_int,
nb: c_int,
descrA: cusparseMatDescr_t,
bsrSortedValA: *const cuComplex,
bsrSortedRowPtrA: *const c_int,
bsrSortedColIndA: *const c_int,
rowBlockDim: c_int,
colBlockDim: c_int,
descrC: cusparseMatDescr_t,
csrSortedValC: *mut cuComplex,
csrSortedRowPtrC: *mut c_int,
csrSortedColIndC: *mut c_int,
) -> cusparseStatus_t