pub unsafe fn dppcon( uplo: u8, n: i32, ap: &[f64], anorm: f64, rcond: &mut f64, work: &mut [f64], iwork: &mut [i32], info: &mut i32, )