pub unsafe extern "C" fn dlaqtr_(
ltran: *const c_int,
lreal: *const c_int,
n: *const c_int,
t: *const c_double,
ldt: *const c_int,
b: *const c_double,
w: *const c_double,
scale: *mut c_double,
x: *mut c_double,
work: *mut c_double,
info: *mut c_int,
)