Accord.SystemTools.memcpy C# (CSharp) Method

memcpy() private method

private memcpy ( byte dst, byte src, int count ) : byte*
dst byte
src byte
count int
return byte*
        private static unsafe extern byte* memcpy(byte* dst, byte* src, int count);