Function dsytrf_
extern(C) void dsytrf_
(
char* uplo,
int* n,
double* a,
int* lda,
int* ipiv,
double* work,
int* lwork,
int* info,
int uplo_len
);