pub unsafe fn sgtsv( n: i32, nrhs: i32, dl: &mut [f32], d: &mut [f32], du: &mut [f32], b: &mut [f32], ldb: i32, info: &mut i32, )