pub unsafe fn ssptri( uplo: u8, n: i32, ap: &mut [f32], ipiv: &[i32], work: &mut [f32], info: &mut i32, )