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