Source position: cblas.pas line 679
procedure cblas_zsyrk(
Order: CBLAS_ORDER;
Uplo: CBLAS_UPLO;
Trans: CBLAS_TRANSPOSE;
N: SInt32;
K: SInt32;
alpha: UnivPtr;
A: UnivPtr;
lda: SInt32;
beta: UnivPtr;
C: UnivPtr;
ldc: SInt32
);