pub unsafe fn dsysvxx(
fact: u8,
uplo: u8,
n: i32,
nrhs: i32,
a: &mut [f64],
lda: i32,
af: &mut [f64],
ldaf: i32,
ipiv: &mut [i32],
equed: &mut u8,
s: &mut [f64],
b: &mut [f64],
ldb: i32,
x: &mut [f64],
ldx: i32,
rcond: &mut f64,
rpvgrw: &mut f64,
berr: &mut [f64],
n_err_bnds: i32,
err_bnds_norm: &mut [f64],
err_bnds_comp: &mut [f64],
nparams: &[i32],
params: &mut [f64],
work: &mut [f64],
iwork: &mut [i32],
info: &mut i32,
)