pub unsafe fn ctbrfs(
uplo: u8,
trans: u8,
diag: u8,
n: i32,
kd: i32,
nrhs: i32,
ab: &[c32],
ldab: i32,
b: &[c32],
ldb: i32,
x: &[c32],
ldx: i32,
ferr: &mut [f32],
berr: &mut [f32],
work: &mut [c32],
rwork: &mut [f32],
info: &mut i32,
)