Function zpbtrs_
extern(C) void zpbtrs_
(
char* uplo,
int* n,
int* kd,
int* nrhs,
std .complex .Complex!(double)* ab,
int* ldab,
std .complex .Complex!(double)* b,
int* ldb,
int* info,
int uplo_len
);