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