pub unsafe fn cusparseZbsric02_analysis(
handle: cusparseHandle_t,
dirA: cusparseDirection_t,
mb: c_int,
nnzb: c_int,
descrA: cusparseMatDescr_t,
bsrSortedVal: *const cuDoubleComplex,
bsrSortedRowPtr: *const c_int,
bsrSortedColInd: *const c_int,
blockDim: c_int,
info: bsric02Info_t,
policy: cusparseSolvePolicy_t,
pInputBuffer: *mut c_void,
) -> cusparseStatus_t