Function zpbrfs_
extern(C) void zpbrfs_
(
char* uplo,
int* n,
int* kd,
int* nrhs,
std .complex .Complex!(double)* ab,
int* ldab,
std .complex .Complex!(double)* afb,
int* ldafb,
std .complex .Complex!(double)* b,
int* ldb,
std .complex .Complex!(double)* x,
int* ldx,
double* ferr,
double* berr,
std .complex .Complex!(double)* work,
double* rwork,
int* info,
int uplo_len
);