Function csysv_
extern(C) void csysv_
(
char* uplo,
int* n,
int* nrhs,
std .complex .Complex!(float)* a,
int* lda,
int* ipiv,
std .complex .Complex!(float)* b,
int* ldb,
std .complex .Complex!(float)* work,
int* lwork,
int* info,
int uplo_len
);