Function cpbrfs_

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