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