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