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