pub unsafe fn cusparseDgtsv2_bufferSizeExt(
handle: cusparseHandle_t,
m: c_int,
n: c_int,
dl: *const f64,
d: *const f64,
du: *const f64,
B: *const f64,
ldb: c_int,
bufferSizeInBytes: *mut usize,
) -> cusparseStatus_t