Source position: cblas.pas line 405
procedure cblas_zcopy(
N: SInt32;
X: UnivPtr;
incX: SInt32;
Y: UnivPtr;
incY: SInt32
);