pub unsafe extern "C" fn cusparseSgtsv2_bufferSizeExt(
handle: cusparseHandle_t,
m: c_int,
n: c_int,
dl: *const f32,
d: *const f32,
du: *const f32,
B: *const f32,
ldb: c_int,
bufferSizeInBytes: *mut size_t,
) -> cusparseStatus_t