pub unsafe fn sopgtr( uplo: u8, n: i32, ap: &[f32], tau: &[f32], q: &mut [f32], ldq: i32, work: &mut [f32], info: &mut i32, )