BrawlLib.Platform.Linux.memmove C# (CSharp) Method

memmove() private method

private memmove ( void* dst, void* src, uint length ) : void
dst void*
src void*
length uint
return void
        public static extern void memmove(void* dst, void* src, uint length);