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