pub unsafe extern "C" fn cptrfs_(
uplo: *const c_char,
n: *const lapack_int,
nrhs: *const lapack_int,
D: *const f32,
E: *const __BindgenComplex<f32>,
DF: *const f32,
EF: *const __BindgenComplex<f32>,
B: *const __BindgenComplex<f32>,
ldb: *const lapack_int,
X: *mut __BindgenComplex<f32>,
ldx: *const lapack_int,
ferr: *mut f32,
berr: *mut f32,
work: *mut __BindgenComplex<f32>,
rwork: *mut f32,
info: *mut lapack_int,
)