pub unsafe extern "C" fn cusparseDgpsvInterleavedBatch_bufferSizeExt(
handle: cusparseHandle_t,
algo: c_int,
m: c_int,
ds: *const f64,
dl: *const f64,
d: *const f64,
du: *const f64,
dw: *const f64,
x: *const f64,
batchCount: c_int,
pBufferSizeInBytes: *mut size_t,
) -> cusparseStatus_t