pub unsafe fn ctpcon( norm: u8, uplo: u8, diag: u8, n: i32, ap: &[c32], rcond: &mut f32, work: &mut [c32], rwork: &mut [f32], info: &mut i32, )