pub unsafe fn dorbdb(
trans: u8,
signs: u8,
m: i32,
p: i32,
q: i32,
x11: &mut [f64],
ldx11: i32,
x12: &mut [f64],
ldx12: i32,
x21: &mut [f64],
ldx21: i32,
x22: &mut [f64],
ldx22: i32,
theta: &mut [f64],
phi: &mut [f64],
taup1: &mut [f64],
taup2: &mut [f64],
tauq1: &mut [f64],
tauq2: &mut [f64],
work: &mut [f64],
lwork: i32,
info: &mut i32,
)