pub unsafe fn sopmtr( side: u8, uplo: u8, trans: u8, m: i32, n: i32, ap: &[f32], tau: &[f32], c: &mut [f32], ldc: i32, work: &mut [f32], info: &mut i32, )