Function zgetrs_
extern(C) void zgetrs_
(
char* trans,
int* n,
int* nrhs,
std .complex .Complex!(double)* a,
int* lda,
int* ipiv,
std .complex .Complex!(double)* b,
int* ldb,
int* info,
int trans_len
);