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