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