pub unsafe fn dsyequb( uplo: u8, n: i32, a: &[f64], lda: i32, s: &mut [f64], scond: &mut [f64], amax: &mut f64, work: &mut [f64], info: &mut i32, )