Function ztbrfs_

extern(C) void ztbrfs_ (
  char* uplo,
  char* trans,
  char* diag,
  int* n,
  int* kd,
  int* nrhs,
  std.complex.Complex!(double)* ab,
  int* ldab,
  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,
  int trans_len,
  int diag_len
);