pub unsafe extern "C" fn zgeqp3_(
m: *const c_int,
n: *const c_int,
a: *mut Rcomplex,
lda: *const c_int,
jpvt: *mut c_int,
tau: *mut Rcomplex,
work: *mut Rcomplex,
lwork: *const c_int,
rwork: *mut c_double,
info: *mut c_int,
)