Source position: cblas.pas line 616
procedure cblas_zher2(
Order: CBLAS_ORDER;
Uplo: CBLAS_UPLO;
N: SInt32;
alpha: UnivPtr;
X: UnivPtr;
incX: SInt32;
Y: UnivPtr;
incY: SInt32;
A: UnivPtr;
lda: SInt32
);