Accord.SystemTools.memset C# (CSharp) Method

memset() private method

private memset ( byte dst, int filler, int count ) : byte*
dst byte
filler int
count int
return byte*
        private static unsafe extern byte* memset(byte* dst, int filler, int count);