Function zposv_
extern(C) void zposv_
(
char* uplo,
int* n,
int* nrhs,
std .complex .Complex!(double)* a,
int* lda,
std .complex .Complex!(double)* b,
int* ldb,
int* info,
int uplo_len
);