pub unsafe fn zpbsvx(
fact: u8,
uplo: u8,
n: i32,
kd: i32,
nrhs: i32,
ab: &mut [c64],
ldab: i32,
afb: &mut [c64],
ldafb: i32,
equed: &mut u8,
s: &mut [f64],
b: &mut [c64],
ldb: i32,
x: &mut [c64],
ldx: i32,
rcond: &mut f64,
ferr: &mut [f64],
berr: &mut [f64],
work: &mut [c64],
rwork: &mut [f64],
info: &mut i32,
)