pub unsafe extern "C" fn cusparseDgebsr2gebsr_bufferSizeExt(
handle: cusparseHandle_t,
dirA: cusparseDirection_t,
mb: c_int,
nb: c_int,
nnzb: c_int,
descrA: cusparseMatDescr_t,
bsrSortedValA: *const f64,
bsrSortedRowPtrA: *const c_int,
bsrSortedColIndA: *const c_int,
rowBlockDimA: c_int,
colBlockDimA: c_int,
rowBlockDimC: c_int,
colBlockDimC: c_int,
pBufferSize: *mut size_t,
) -> cusparseStatus_t