pub unsafe fn sptsv( n: i32, nrhs: i32, d: &mut [f32], e: &mut [f32], b: &mut [f32], ldb: i32, info: &mut i32, )