pub unsafe fn zhecon( uplo: u8, n: i32, a: &[c64], lda: i32, ipiv: &[i32], anorm: f64, rcond: &mut f64, work: &mut [c64], info: &mut i32, )