pub unsafe fn ctpmqrt(
side: u8,
trans: u8,
m: i32,
n: i32,
k: i32,
l: i32,
nb: i32,
v: &[c32],
ldv: i32,
t: &[c32],
ldt: i32,
a: &mut [c32],
lda: i32,
b: &mut [c32],
ldb: i32,
work: &mut [c32],
info: &mut i32,
)