Function dtbcon_
extern(C) void dtbcon_
(
char* norm,
char* uplo,
char* diag,
int* n,
int* kd,
double* ab,
int* ldab,
double* rcond,
double* work,
int* iwork,
int* info,
int norm_len,
int uplo_len,
int diag_len
);